{"info": {"description": "SentinelOne Management Console API specification.", "title": "S1 MGMT API", "version": "2.1"}, "paths": {"/web/api/v2.1/accounts": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "totalLicenses", "expiration", "accountType", "state", "createdAt", "updatedAt", "activeLicenses", "activeAgents", "numberOfSites", "usageType", "billingMode"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of Account IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of Account IDs to search for. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: name. (Note: on single-Account Consoles, the Account name will not be matched)", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name. Example: \"My Account\".", "required": false}, {"in": "query", "name": "isDefault", "type": "boolean", "description": "Is default", "required": false}, {"in": "query", "name": "accountType", "type": "string", "description": "Account type. Example: \"Trial\".", "enum": ["Trial", "Paid"], "required": false}, {"in": "query", "name": "expiration", "type": "string", "format": null, "description": "Expiration. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "totalLicenses", "type": "integer", "description": "Total licenses", "required": false}, {"in": "query", "name": "activeLicenses", "type": "integer", "description": "Active licenses", "required": false}, {"in": "query", "name": "sku", "type": "string", "description": "Sku. Example: \"core\".", "required": false}, {"in": "query", "name": "module", "type": "string", "description": "Module. Example: \"star,rso\".", "required": false}, {"in": "query", "name": "createdAt", "type": "string", "format": null, "description": "Timestamp of Account creation. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt", "type": "string", "format": null, "description": "Timestamp of last update. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "state", "type": "string", "description": "Site state. Example: \"active\".", "enum": ["active", "expired", "deleted"], "required": false}, {"in": "query", "name": "states", "type": "array", "maxItems": 5000, "description": "Filter by state, such as active or expired.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statesNin", "type": "array", "maxItems": 5000, "description": "List of states to not filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "features", "type": "array", "maxItems": 5000, "description": "Filter the list of Accounts for those that support this feature. Example: \"firewall-control\".", "items": {"type": "string", "enum": ["firewall-control", "device-control", "ioc"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "usageType", "type": "string", "enum": ["customer", "mssp", "ir"], "description": "Usage type. Example: \"customer\".", "required": false}, {"in": "query", "name": "billingMode", "type": "string", "enum": ["subscription", "consumption"], "description": "Billing mode. Example: \"subscription\".", "required": false}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by account name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_AccountViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Get the Accounts, and their data, that match the filter. This command gives the Account IDs, which other commands require.
Accounts are created by a Global User or by SentinelOne. Each Account contains Sites, which can inherit assets and settings. Each Account has one or more SKUs, that you assign to the Sites. To have both Core and Complete Sites in an Account, the Account must have both SKUs.", "summary": "Get Accounts", "x-s1-required-permissions": ["Accounts.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/accounts.schemas_PostAccountSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Create a new Account. This command requires Global permissions and an MSSP deployment. Consult with your SE before you run this command. An Account is a logical segment with permissions to configure features for specific Sites. Multiple Accounts can be useful for deployments with multiple Sites for third-parties (such as MSSP). Each Account has one or more SKUs, that you assign to Sites. If an Account has the Complete SKU, and you create a new Site in the Account, it will automatically have the Complete SKU. Best practice: Run \"name-available\" first, to make sure the name is unique in your deployment.", "summary": "Create Account", "consumes": ["application/json"], "x-s1-required-permissions": ["Accounts.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_post"}}, "/web/api/v2.1/accounts/{account_id}": {"get": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Account not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_AccountViewSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Get Account data from a given Account ID. To get an Account ID, run \"accounts\".", "summary": "Get Account by ID", "x-s1-required-permissions": ["Accounts.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_get"}, "put": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/accounts.schemas_AccountPutSchema"}}], "responses": {"404": {"description": "Account not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_AccountGetSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Change the data of an Account. This command requires a Global user or an Account user and Admin role. Use this command to change the name, ID, SKUs and how they are distributed among Sites and Agents, and more. (See the Body sample.) Best practice: Consult with your SentinelOne SE. ", "summary": "Update Account", "consumes": ["application/json"], "x-s1-required-permissions": ["Accounts.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_put"}}, "/web/api/v2.1/accounts/{account_id}/revert-policy": {"put": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_schemas_RevertPolicySchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "The policy of the Account is based on the default Global policy and is enforced by all endpoints in the Sites and Groups of the Account (if you did not change the Site or Group policies). If you change the Account policy, you can use this command to revert it to the default Global policy.", "summary": "Revert Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_revert-policy_put"}}, "/web/api/v2.1/accounts/{account_id}/reactivate": {"put": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/accounts.schemas_ReactivateAccountSchema"}}], "responses": {"404": {"description": "Account not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Account reactivated", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Reactivate an expired Account. This command requires a Global user or Support. Consult with your SentinelOne SE.", "summary": "Reactivate Account", "consumes": ["application/json"], "x-s1-required-permissions": ["Accounts.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_reactivate_put"}}, "/web/api/v2.1/accounts/{account_id}/expire-now": {"post": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Account not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Expire account now", "schema": {"$ref": "#/definitions/accounts.schemas_AccountGetSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Expire an Account immediately. The user must have Global access or Account acces with permissions for the Account. Best practice: Consult with Support before you use this command.", "summary": "Expire an Account", "x-s1-required-permissions": ["Accounts.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_expire-now_post"}}, "/web/api/v2.1/accounts/{account_id}/uninstall-password/metadata": {"get": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_UninstallPasswordMetadataResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Get the uninstall password metadata, such as which user created and revoked it and when.", "summary": "Get Uninstall Password Metadata", "x-s1-required-permissions": ["Accounts.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_uninstall-password_metadata_get"}}, "/web/api/v2.1/accounts/{account_id}/uninstall-password/view": {"get": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_UninstallPasswordGenerateResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Get the uninstall password to uninstall several Agents of one Account with one command.", "summary": "Get Uninstall Password", "x-s1-required-permissions": ["Endpoints.viewUninstallPassword"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_uninstall-password_view_get"}}, "/web/api/v2.1/accounts/{account_id}/uninstall-password/generate": {"post": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/accounts.schemas_UninstallPasswordGenerateRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_UninstallPasswordMetadataResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "You can uninstall all Agents of one Account with one command that requires a password. This command sets a new account-level uninstall password.
To enable this feature, submit a ticket with Support.
Best Practice: After you uninstall the Agents and install again, revoke the passphrase.
Applicable on Windows (versions 4.4+) and Linux (versions 21.7+) Agents.", "summary": "Generate/Regenerate Uninstall Password", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.modifyUninstallPassword"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_uninstall-password_generate_post"}}, "/web/api/v2.1/accounts/{account_id}/uninstall-password/revoke": {"post": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/accounts.schemas_UninstallPasswordMetadataResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Delete the account-level uninstall password. If you do not delete it, you or another Console user can mistakenly use the Account passphrase (and uninstall all Agents) when you mean to uninstall one Agent.", "summary": "Revoke Uninstall Password", "x-s1-required-permissions": ["Endpoints.modifyUninstallPassword"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_uninstall-password_revoke_post"}}, "/web/api/v2.1/export/accounts": {"get": {"parameters": [{"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of Account IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of Account IDs to search for. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: name. (Note: on single-Account Consoles, the Account name will not be matched)", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name. Example: \"My Account\".", "required": false}, {"in": "query", "name": "isDefault", "type": "boolean", "description": "Is default", "required": false}, {"in": "query", "name": "accountType", "type": "string", "description": "Account type. Example: \"Trial\".", "enum": ["Trial", "Paid"], "required": false}, {"in": "query", "name": "expiration", "type": "string", "format": null, "description": "Expiration. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "totalLicenses", "type": "integer", "description": "Total licenses", "required": false}, {"in": "query", "name": "activeLicenses", "type": "integer", "description": "Active licenses", "required": false}, {"in": "query", "name": "sku", "type": "string", "description": "Sku. Example: \"core\".", "required": false}, {"in": "query", "name": "module", "type": "string", "description": "Module. Example: \"star,rso\".", "required": false}, {"in": "query", "name": "createdAt", "type": "string", "format": null, "description": "Timestamp of Account creation. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt", "type": "string", "format": null, "description": "Timestamp of last update. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "state", "type": "string", "description": "Site state. Example: \"active\".", "enum": ["active", "expired", "deleted"], "required": false}, {"in": "query", "name": "states", "type": "array", "maxItems": 5000, "description": "Filter by state, such as active or expired.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statesNin", "type": "array", "maxItems": 5000, "description": "List of states to not filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "features", "type": "array", "maxItems": 5000, "description": "Filter the list of Accounts for those that support this feature. Example: \"firewall-control\".", "items": {"type": "string", "enum": ["firewall-control", "device-control", "ioc"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "usageType", "type": "string", "enum": ["customer", "mssp", "ir"], "description": "Usage type. Example: \"customer\".", "required": false}, {"in": "query", "name": "billingMode", "type": "string", "enum": ["subscription", "consumption"], "description": "Billing mode. Example: \"subscription\".", "required": false}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by account name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Accounts"], "produces": ["application/json"], "description": "Export Accounts data to a CSV, for Accounts that match the filter.", "summary": "Export Accounts", "x-s1-required-permissions": ["Accounts.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_accounts_get"}}, "/web/api/v2.1/activities": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "activityType", "createdAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Get activities created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Get activities created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Get activities created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Get activities created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Get activities created in this range (inclusive) of a start timestamp and an end timestamp. Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activityTypes", "type": "array", "maxItems": 5000, "description": "Return only these activity codes (comma-separated list).\nSelect a code from the drop-down, or see the id field from the Get activity types command. . Example: \"52,53,71,72\".", "items": {"type": "string", "enum": ["6", "7", "8", "17", "43", "160", "161", "162", "163", "47", "48", "49", "51", "66", "119", "120", "126", "127", "128", "123", "124", "135", "136", "137", "125", "149", "52", "53", "54", "55", "61", "62", "63", "64", "65", "152", "74", "93", "94", "95", "96", "97", "98", "99", "10000", "106", "89", "15", "117", "118", "121", "122", "203", "204", "145", "146", "147", "148", "71", "72", "2", "3001", "3002", "3003", "3004", "3020", "3021", "3005", "3006", "3007", "3008", "3009", "3010", "3011", "3012", "3013", "3014", "3015", "3016", "3017", "3018", "3019", "3022", "3023", "3031", "3032", "3033", "3034", "3050", "3051", "3052", "3053", "16", "50", "5", "1001", "1002", "2010", "2005", "18", "19", "4003", "20", "21", "34", "22", "28", "29", "30", "31", "32", "221", "2036", "2037", "1100", "1101", "1102", "1103", "1104", "1105", "4001", "4002", "4011", "4007", "4008", "4009", "4010", "4020", "4021", "4022", "4100", "4101", "4102", "4103", "4104", "4105", "4106", "4107", "4108", "4109", "4110", "4111", "4112", "4113", "2001", "2002", "2003", "2004", "2026", "2038", "2040", "2006", "2007", "2008", "2009", "2027", "2039", "2041", "2031", "2032", "2033", "2034", "2035", "2042", "2043", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2021", "2022", "2023", "2024", "2025", "2028", "2029", "2030", "23", "24", "25", "27", "33", "133", "134", "144", "35", "36", "37", "26", "102", "103", "1023", "1024", "1025", "4006", "4012", "4013", "38", "39", "40", "41", "42", "44", "45", "46", "56", "57", "58", "59", "60", "4004", "4005", "67", "68", "69", "70", "73", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "101", "105", "115", "116", "129", "110", "111", "112", "113", "114", "138", "139", "143", "104", "701", "702", "703", "300", "301", "302", "303", "304", "154", "155", "140", "141", "142", "153", "130", "131", "132", "107", "108", "109", "200", "201", "90", "91", "92", "3614", "3615", "3617", "5000", "5001", "5002", "5003", "5004", "5005", "5006", "5007", "5008", "5009", "5010", "5011", "5012", "5013", "5020", "5021", "5022", "5023", "5024", "5025", "5026", "5027", "5028", "5029", "5030", "5040", "5041", "5042", "5043", "5044", "5045", "5046", "5120", "5121", "5122", "5123", "5124", "5125", "5126", "5127", "5128", "5129", "5220", "5221", "5222", "5225", "5226", "5227", "5228", "5229", "5230", "5231", "5232", "5233", "5234", "5235", "5236", "5237", "5238", "5239", "5240", "5241", "5242", "5243", "5244", "5250", "5251", "5252", "5253", "5254", "5255", "5256", "5257", "5258", "5259", "1501", "1502", "1503", "1504", "3100", "3101", "3102", "3103", "3200", "3201", "3202", "3203", "3204", "3400", "3500", "3501", "3502", "3503", "3505", "3506", "3507", "3520", "3521", "3522", "3523", "3524", "3525", "3526", "3527", "3530", "3531", "3532", "3533", "3534", "2100", "2101", "2110", "2111", "3600", "3601", "3602", "3603", "3604", "3605", "3606", "3607", "3608", "3757", "3784", "3785", "3776", "3777", "3778", "3779", "3780", "3781", "3782", "3783", "3786", "3787", "3788", "3801", "3802", "3803", "3804", "3805", "3806", "3610", "3611", "3612", "3613", "3616", "3618", "3622", "3623", "3620", "3621", "3720", "3721", "3624", "3625", "3626", "3627", "3628", "3629", "3630", "3631", "3632", "150", "151", "156", "157", "3633", "3634", "3635", "3636", "3637", "3638", "3639", "3640", "3641", "3642", "3650", "3651", "3652", "3653", "3654", "3655", "3656", "3660", "3661", "3662", "3663", "3664", "3665", "3666", "3667", "3668", "3669", "3670", "3701", "3702", "3710", "3715", "3712", "3711", "3714", "3730", "3750", "3751", "3752", "3753", "3754", "3755", "3756", "3758", "3767", "3768", "3769", "3770", "3771", "3772", "3773", "3774", "3775", "6000", "6001", "6002", "6010", "6011", "6012", "6013", "6030", "6031", "6032", "6050", "6051", "6052", "6053", "6054", "6055", "6999", "7100", "7101", "7200", "7201", "7202", "7203", "7204", "7205", "7206", "7207", "7208", "7209", "7213", "7214", "7215", "7256", "7210", "7211", "7212", "7300", "7301", "7302", "7500", "7501", "7502", "7503", "7504", "7505", "7506", "7507", "7600", "7601", "7602", "7603", "7604", "7700", "7701", "7702", "7800", "7801", "7802", "7803", "7830", "7831", "7832", "7833", "7834", "7835", "7836", "7837", "7838", "7853", "7854", "7855", "7856", "7857", "7858", "7860", "7861", "7862", "7863", "7870", "7871", "7872", "7880", "7881", "7882", "7900", "7901", "7902", "7903", "8001", "8002", "9001", "9002", "9100", "9101", "9102", "9113", "9103", "9104", "9106", "9107", "9108", "9109", "9110", "9111", "9112", "11001", "11002", "11003", "12001", "12002", "12003", "12004", "12005", "12006", "12007", "12008", "12009", "9200", "9201", "9202", "9203", "9204", "9205", "9206", "9207", "9208", "9209", "9210", "9211", "9212", "9213", "9214", "13000", "13010", "13011", "13020", "13021", "13022", "13023", "13024", "13025", "13026", "13027", "13028", "13029", "13030", "13031", "13041", "13042", "13043", "13044", "13045", "13046", "13047", "14000", "14001", "14002", "15000", "15001", "15002", "15003", "15004", "16000", "16001", "16002", "16003", "16004", "16005", "16006", "16007", "17000", "17001", "18000", "18001", "18002", "19000", "20000", "20001", "20002", "20003", "20004", "20005"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeHidden", "type": "boolean", "default": false, "description": "Include internal activities hidden from display. Example: \"False\".", "required": false}, {"in": "query", "name": "threatIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified threats. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified agents. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter activities by specific activity IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activityUuids", "type": "array", "maxItems": 5000, "description": "Return activities by specific activity UUIDs. Example: \"a2c8037c-e6df-436d-b92b-bc09a418717e,f15b308b-fab9-4c0b-b6f5-17d236a7bf55\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "The user who invoked the activity (If applicable). Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userEmails", "type": "array", "maxItems": 5000, "description": "Email of the user who invoked the activity (If applicable)", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ruleIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified rules. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "alertIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified alerts. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "relatedIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified entities. Example: \"56ee72a79c7e5c62dd36e6b1\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_ActivityViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Activities"], "produces": ["application/json"], "description": "Get the activities, and their data, that match the filters.\n We recommend that you set some values for the filters. The full list will be too large to be useful.", "summary": "Get Activities", "x-s1-required-permissions": ["Activity Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_activities_get"}}, "/web/api/v2.1/activities/types": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/activities_ActivityTypesSchema_many_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Activities"], "produces": ["application/json"], "description": "Get a list of activity types. This is useful to see valid values to filter activities in other commands.", "summary": "Get Activity Types", "x-s1-required-permissions": ["Activity Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_activities_types_get"}}, "/web/api/v2.1/last-activity-as-syslog": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "activityType", "createdAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Get activities created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Get activities created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Get activities created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Get activities created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Get activities created in this range (inclusive) of a start timestamp and an end timestamp. Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activityTypes", "type": "array", "maxItems": 5000, "description": "Return only these activity codes (comma-separated list).\nSelect a code from the drop-down, or see the id field from the Get activity types command. . Example: \"52,53,71,72\".", "items": {"type": "string", "enum": ["6", "7", "8", "17", "43", "160", "161", "162", "163", "47", "48", "49", "51", "66", "119", "120", "126", "127", "128", "123", "124", "135", "136", "137", "125", "149", "52", "53", "54", "55", "61", "62", "63", "64", "65", "152", "74", "93", "94", "95", "96", "97", "98", "99", "10000", "106", "89", "15", "117", "118", "121", "122", "203", "204", "145", "146", "147", "148", "71", "72", "2", "3001", "3002", "3003", "3004", "3020", "3021", "3005", "3006", "3007", "3008", "3009", "3010", "3011", "3012", "3013", "3014", "3015", "3016", "3017", "3018", "3019", "3022", "3023", "3031", "3032", "3033", "3034", "3050", "3051", "3052", "3053", "16", "50", "5", "1001", "1002", "2010", "2005", "18", "19", "4003", "20", "21", "34", "22", "28", "29", "30", "31", "32", "221", "2036", "2037", "1100", "1101", "1102", "1103", "1104", "1105", "4001", "4002", "4011", "4007", "4008", "4009", "4010", "4020", "4021", "4022", "4100", "4101", "4102", "4103", "4104", "4105", "4106", "4107", "4108", "4109", "4110", "4111", "4112", "4113", "2001", "2002", "2003", "2004", "2026", "2038", "2040", "2006", "2007", "2008", "2009", "2027", "2039", "2041", "2031", "2032", "2033", "2034", "2035", "2042", "2043", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2021", "2022", "2023", "2024", "2025", "2028", "2029", "2030", "23", "24", "25", "27", "33", "133", "134", "144", "35", "36", "37", "26", "102", "103", "1023", "1024", "1025", "4006", "4012", "4013", "38", "39", "40", "41", "42", "44", "45", "46", "56", "57", "58", "59", "60", "4004", "4005", "67", "68", "69", "70", "73", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "101", "105", "115", "116", "129", "110", "111", "112", "113", "114", "138", "139", "143", "104", "701", "702", "703", "300", "301", "302", "303", "304", "154", "155", "140", "141", "142", "153", "130", "131", "132", "107", "108", "109", "200", "201", "90", "91", "92", "3614", "3615", "3617", "5000", "5001", "5002", "5003", "5004", "5005", "5006", "5007", "5008", "5009", "5010", "5011", "5012", "5013", "5020", "5021", "5022", "5023", "5024", "5025", "5026", "5027", "5028", "5029", "5030", "5040", "5041", "5042", "5043", "5044", "5045", "5046", "5120", "5121", "5122", "5123", "5124", "5125", "5126", "5127", "5128", "5129", "5220", "5221", "5222", "5225", "5226", "5227", "5228", "5229", "5230", "5231", "5232", "5233", "5234", "5235", "5236", "5237", "5238", "5239", "5240", "5241", "5242", "5243", "5244", "5250", "5251", "5252", "5253", "5254", "5255", "5256", "5257", "5258", "5259", "1501", "1502", "1503", "1504", "3100", "3101", "3102", "3103", "3200", "3201", "3202", "3203", "3204", "3400", "3500", "3501", "3502", "3503", "3505", "3506", "3507", "3520", "3521", "3522", "3523", "3524", "3525", "3526", "3527", "3530", "3531", "3532", "3533", "3534", "2100", "2101", "2110", "2111", "3600", "3601", "3602", "3603", "3604", "3605", "3606", "3607", "3608", "3757", "3784", "3785", "3776", "3777", "3778", "3779", "3780", "3781", "3782", "3783", "3786", "3787", "3788", "3801", "3802", "3803", "3804", "3805", "3806", "3610", "3611", "3612", "3613", "3616", "3618", "3622", "3623", "3620", "3621", "3720", "3721", "3624", "3625", "3626", "3627", "3628", "3629", "3630", "3631", "3632", "150", "151", "156", "157", "3633", "3634", "3635", "3636", "3637", "3638", "3639", "3640", "3641", "3642", "3650", "3651", "3652", "3653", "3654", "3655", "3656", "3660", "3661", "3662", "3663", "3664", "3665", "3666", "3667", "3668", "3669", "3670", "3701", "3702", "3710", "3715", "3712", "3711", "3714", "3730", "3750", "3751", "3752", "3753", "3754", "3755", "3756", "3758", "3767", "3768", "3769", "3770", "3771", "3772", "3773", "3774", "3775", "6000", "6001", "6002", "6010", "6011", "6012", "6013", "6030", "6031", "6032", "6050", "6051", "6052", "6053", "6054", "6055", "6999", "7100", "7101", "7200", "7201", "7202", "7203", "7204", "7205", "7206", "7207", "7208", "7209", "7213", "7214", "7215", "7256", "7210", "7211", "7212", "7300", "7301", "7302", "7500", "7501", "7502", "7503", "7504", "7505", "7506", "7507", "7600", "7601", "7602", "7603", "7604", "7700", "7701", "7702", "7800", "7801", "7802", "7803", "7830", "7831", "7832", "7833", "7834", "7835", "7836", "7837", "7838", "7853", "7854", "7855", "7856", "7857", "7858", "7860", "7861", "7862", "7863", "7870", "7871", "7872", "7880", "7881", "7882", "7900", "7901", "7902", "7903", "8001", "8002", "9001", "9002", "9100", "9101", "9102", "9113", "9103", "9104", "9106", "9107", "9108", "9109", "9110", "9111", "9112", "11001", "11002", "11003", "12001", "12002", "12003", "12004", "12005", "12006", "12007", "12008", "12009", "9200", "9201", "9202", "9203", "9204", "9205", "9206", "9207", "9208", "9209", "9210", "9211", "9212", "9213", "9214", "13000", "13010", "13011", "13020", "13021", "13022", "13023", "13024", "13025", "13026", "13027", "13028", "13029", "13030", "13031", "13041", "13042", "13043", "13044", "13045", "13046", "13047", "14000", "14001", "14002", "15000", "15001", "15002", "15003", "15004", "16000", "16001", "16002", "16003", "16004", "16005", "16006", "16007", "17000", "17001", "18000", "18001", "18002", "19000", "20000", "20001", "20002", "20003", "20004", "20005"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeHidden", "type": "boolean", "default": false, "description": "Include internal activities hidden from display. Example: \"False\".", "required": false}, {"in": "query", "name": "threatIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified threats. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified agents. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter activities by specific activity IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activityUuids", "type": "array", "maxItems": 5000, "description": "Return activities by specific activity UUIDs. Example: \"a2c8037c-e6df-436d-b92b-bc09a418717e,f15b308b-fab9-4c0b-b6f5-17d236a7bf55\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "The user who invoked the activity (If applicable). Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userEmails", "type": "array", "maxItems": 5000, "description": "Email of the user who invoked the activity (If applicable)", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ruleIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified rules. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "alertIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified alerts. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "relatedIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified entities. Example: \"56ee72a79c7e5c62dd36e6b1\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/activities_ActivityAsMessageSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Activities"], "produces": ["application/json"], "description": "To see examples of Syslog messages, you can get the Syslog message that corresponds to the last activity that matches the filter. This is not intended for production purposes.
If Syslog messages that you expected to see are not in the response, make sure you selected \"Syslog\" for the activity type in Console > Settings > Notifications.
To see your Syslog settings, run: \"settings/notifications\".
To changethe settings, run: \"settings/notifications\" with the changes in the body of the request.", "summary": "Last activity as Syslog message", "x-s1-required-permissions": ["Activity Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_last-activity-as-syslog_get"}}, "/web/api/v2.1/export/activities": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Get activities created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Get activities created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Get activities created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Get activities created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Get activities created in this range (inclusive) of a start timestamp and an end timestamp. Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activityTypes", "type": "array", "maxItems": 5000, "description": "Return only these activity codes (comma-separated list).\nSelect a code from the drop-down, or see the id field from the Get activity types command. . Example: \"52,53,71,72\".", "items": {"type": "string", "enum": ["6", "7", "8", "17", "43", "160", "161", "162", "163", "47", "48", "49", "51", "66", "119", "120", "126", "127", "128", "123", "124", "135", "136", "137", "125", "149", "52", "53", "54", "55", "61", "62", "63", "64", "65", "152", "74", "93", "94", "95", "96", "97", "98", "99", "10000", "106", "89", "15", "117", "118", "121", "122", "203", "204", "145", "146", "147", "148", "71", "72", "2", "3001", "3002", "3003", "3004", "3020", "3021", "3005", "3006", "3007", "3008", "3009", "3010", "3011", "3012", "3013", "3014", "3015", "3016", "3017", "3018", "3019", "3022", "3023", "3031", "3032", "3033", "3034", "3050", "3051", "3052", "3053", "16", "50", "5", "1001", "1002", "2010", "2005", "18", "19", "4003", "20", "21", "34", "22", "28", "29", "30", "31", "32", "221", "2036", "2037", "1100", "1101", "1102", "1103", "1104", "1105", "4001", "4002", "4011", "4007", "4008", "4009", "4010", "4020", "4021", "4022", "4100", "4101", "4102", "4103", "4104", "4105", "4106", "4107", "4108", "4109", "4110", "4111", "4112", "4113", "2001", "2002", "2003", "2004", "2026", "2038", "2040", "2006", "2007", "2008", "2009", "2027", "2039", "2041", "2031", "2032", "2033", "2034", "2035", "2042", "2043", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2021", "2022", "2023", "2024", "2025", "2028", "2029", "2030", "23", "24", "25", "27", "33", "133", "134", "144", "35", "36", "37", "26", "102", "103", "1023", "1024", "1025", "4006", "4012", "4013", "38", "39", "40", "41", "42", "44", "45", "46", "56", "57", "58", "59", "60", "4004", "4005", "67", "68", "69", "70", "73", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "101", "105", "115", "116", "129", "110", "111", "112", "113", "114", "138", "139", "143", "104", "701", "702", "703", "300", "301", "302", "303", "304", "154", "155", "140", "141", "142", "153", "130", "131", "132", "107", "108", "109", "200", "201", "90", "91", "92", "3614", "3615", "3617", "5000", "5001", "5002", "5003", "5004", "5005", "5006", "5007", "5008", "5009", "5010", "5011", "5012", "5013", "5020", "5021", "5022", "5023", "5024", "5025", "5026", "5027", "5028", "5029", "5030", "5040", "5041", "5042", "5043", "5044", "5045", "5046", "5120", "5121", "5122", "5123", "5124", "5125", "5126", "5127", "5128", "5129", "5220", "5221", "5222", "5225", "5226", "5227", "5228", "5229", "5230", "5231", "5232", "5233", "5234", "5235", "5236", "5237", "5238", "5239", "5240", "5241", "5242", "5243", "5244", "5250", "5251", "5252", "5253", "5254", "5255", "5256", "5257", "5258", "5259", "1501", "1502", "1503", "1504", "3100", "3101", "3102", "3103", "3200", "3201", "3202", "3203", "3204", "3400", "3500", "3501", "3502", "3503", "3505", "3506", "3507", "3520", "3521", "3522", "3523", "3524", "3525", "3526", "3527", "3530", "3531", "3532", "3533", "3534", "2100", "2101", "2110", "2111", "3600", "3601", "3602", "3603", "3604", "3605", "3606", "3607", "3608", "3757", "3784", "3785", "3776", "3777", "3778", "3779", "3780", "3781", "3782", "3783", "3786", "3787", "3788", "3801", "3802", "3803", "3804", "3805", "3806", "3610", "3611", "3612", "3613", "3616", "3618", "3622", "3623", "3620", "3621", "3720", "3721", "3624", "3625", "3626", "3627", "3628", "3629", "3630", "3631", "3632", "150", "151", "156", "157", "3633", "3634", "3635", "3636", "3637", "3638", "3639", "3640", "3641", "3642", "3650", "3651", "3652", "3653", "3654", "3655", "3656", "3660", "3661", "3662", "3663", "3664", "3665", "3666", "3667", "3668", "3669", "3670", "3701", "3702", "3710", "3715", "3712", "3711", "3714", "3730", "3750", "3751", "3752", "3753", "3754", "3755", "3756", "3758", "3767", "3768", "3769", "3770", "3771", "3772", "3773", "3774", "3775", "6000", "6001", "6002", "6010", "6011", "6012", "6013", "6030", "6031", "6032", "6050", "6051", "6052", "6053", "6054", "6055", "6999", "7100", "7101", "7200", "7201", "7202", "7203", "7204", "7205", "7206", "7207", "7208", "7209", "7213", "7214", "7215", "7256", "7210", "7211", "7212", "7300", "7301", "7302", "7500", "7501", "7502", "7503", "7504", "7505", "7506", "7507", "7600", "7601", "7602", "7603", "7604", "7700", "7701", "7702", "7800", "7801", "7802", "7803", "7830", "7831", "7832", "7833", "7834", "7835", "7836", "7837", "7838", "7853", "7854", "7855", "7856", "7857", "7858", "7860", "7861", "7862", "7863", "7870", "7871", "7872", "7880", "7881", "7882", "7900", "7901", "7902", "7903", "8001", "8002", "9001", "9002", "9100", "9101", "9102", "9113", "9103", "9104", "9106", "9107", "9108", "9109", "9110", "9111", "9112", "11001", "11002", "11003", "12001", "12002", "12003", "12004", "12005", "12006", "12007", "12008", "12009", "9200", "9201", "9202", "9203", "9204", "9205", "9206", "9207", "9208", "9209", "9210", "9211", "9212", "9213", "9214", "13000", "13010", "13011", "13020", "13021", "13022", "13023", "13024", "13025", "13026", "13027", "13028", "13029", "13030", "13031", "13041", "13042", "13043", "13044", "13045", "13046", "13047", "14000", "14001", "14002", "15000", "15001", "15002", "15003", "15004", "16000", "16001", "16002", "16003", "16004", "16005", "16006", "16007", "17000", "17001", "18000", "18001", "18002", "19000", "20000", "20001", "20002", "20003", "20004", "20005"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeHidden", "type": "boolean", "default": false, "description": "Include internal activities hidden from display. Example: \"False\".", "required": false}, {"in": "query", "name": "threatIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified threats. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified agents. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter activities by specific activity IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activityUuids", "type": "array", "maxItems": 5000, "description": "Return activities by specific activity UUIDs. Example: \"a2c8037c-e6df-436d-b92b-bc09a418717e,f15b308b-fab9-4c0b-b6f5-17d236a7bf55\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "The user who invoked the activity (If applicable). Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userEmails", "type": "array", "maxItems": 5000, "description": "Email of the user who invoked the activity (If applicable)", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ruleIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified rules. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "alertIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified alerts. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "relatedIds", "type": "array", "maxItems": 5000, "description": "Return activities related to specified entities. Example: \"56ee72a79c7e5c62dd36e6b1\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rowsLimit", "type": "integer", "default": 100, "minimum": 1, "maximum": 10000, "description": "Limit number of returned items (1-10000). Example: \"100\".", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Activities"], "produces": ["application/json"], "description": "Export the list of activities.", "summary": "Export Activities", "x-s1-required-permissions": ["Activity Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_activities_get"}}, "/web/api/v2.1/agents/actions/broadcast": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsBroadcastActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "You can send a message through the Agents that users can see.
This is useful for endpoints that have human users. This command is supported on Windows and macOS endpoints (not supported on Linux). The message is sent to all endpoints that match the filter.
Put the message in the data parameter: \"data\":{\"message\":\"\"}
The message must be 140 characters or less.", "summary": "Broadcast Message", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.sendMessage"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_broadcast_post"}}, "/web/api/v2.1/agents/actions/connect": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "After you run \"disconnect from network\" on endpoints, analyze the issue, and mitigate threats. Use this command to reconnect to the network all endpoints that match the filter. To learn more, see \"Disconnect from Network\". ", "summary": "Connect to Network", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.reconnectToNetwork"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_connect_post"}}, "/web/api/v2.1/agents/actions/fetch-logs": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentFetchLogsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Get the Agent and Endpoint logs from Agents that match the filter.
The Agent logs are encrypted and only Support can read them.
The Endpoint logs, for operations on the computers, laptops, or servers that have the Agent installed, are readable. The Endpoint logs are available for Windows endpoints only and require Agent version 3.6 or later. After you run this command, download the fetched logs. You can download the logs from the Console GUI or collect them.
On Windows: C:\\ProgramData\\Sentinel\\logs.
On macOS: Run sudo sentinelctl logreport and get the log files on the desktop.
On Linux: Run sudo /opt/sentinelone/bin/sentinelctl log generate.", "summary": "Fetch Logs", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.FetchLogs"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_fetch-logs_post"}}, "/web/api/v2.1/agents/actions/initiate-scan": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to run a Full Disk Scan on Agents that match the filter.
Full Disk Scan finds dormant suspicious activity, threats, and compliance violations, that are then mitigated according to the policy. It scans the local file system.
Full Disk Scan does not inspect drives that require user credentials (such as network drives) or external drives.
Full Disk Scan does not work on hashes. It does not check each file against the blocklist.
If the Static AI determines a file is suspicious, the Agent calculates its hash and sees if the hash is in the blocklist. If a file is executed, all aspects of the process are inspected, including hash-based analysis and blocklist checks. Full Disk Scan can run when the endpoint is offline, but when it is connected to the Management, it can use the most updated Cloud data to improve detection.", "summary": "Initiate Scan", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.initiateScan"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_initiate-scan_post"}}, "/web/api/v2.1/agents/actions/abort-scan": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Immediately stop a Full Disk Scan on all Agents that match the filter. See \"Initiate scan\" to learn more about Full Disk Scan.", "summary": "Abort Scan", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.abortScan"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_abort-scan_post"}}, "/web/api/v2.1/agents/actions/disconnect": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to isolate (quarantine) endpoints from the network, if the endpoints match the filter.
The Agent can communicate with the Management, which lets you analyze and mitigate threats. Best practice: For Active threats that spread, apply \"Disconnect from network\" immediately. In the policy, you can set this is to be automatic. When the Agent detects a high-confidence malicious threat, it will mitigate the threat (on Protect) with the action set by the policy. Then the Agent will immediately quarantine the endpoint. To make Disconnect from network automatic in an Account policy, run the \"accounts/{id} command (see \"Update Account\") with: \"networkQuarantine\":true. ", "summary": "Disconnect from Network", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.disconnectFromNetwork"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_disconnect_post"}}, "/web/api/v2.1/agents/actions/decommission": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "If a user is scheduled for time off, or a device is scheduled for maintenance, you can decommission the Agent. This removes the Agent from the Management Console.
When the Agent communicates with the Management again, the Management recommissions it and returns it to the Console. Use this command to decommission the Agents that match the filter.", "summary": "Decommission", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.decommission"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_decommission_post"}}, "/web/api/v2.1/agents/actions/uninstall": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to uninstall Agents that match the filter. For Windows and macOS, make sure that all remnants of the Agent are removed: reboot the endpoints after uninstall. Use the \"restart\" command.", "summary": "Uninstall", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.uninstall"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_uninstall_post"}}, "/web/api/v2.1/agents/actions/restart-machine": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to restart endpoints that have an Agent installed and that fit the filter. We recommend that you use the \"broadcast\" command to send a message to users of endpoints before you restart their computers.", "summary": "Restart", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.reboot"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_restart-machine_post"}}, "/web/api/v2.1/agents/actions/shutdown": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "You can shut down endpoints remotely for performance, maintenance, or security.
This command shuts down all endpoints that match the filter. Best Practice: If an endpoint is infected, we recommend the \"disconnect\" command and not the \"shutdown\" command. The disconnect command secures the environment from infection while you analyze the cause and best response.
If the endpoint is offline, the shutdown command is not available.", "summary": "Shutdown", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.shutDown"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_shutdown_post"}}, "/web/api/v2.1/agents/actions/approve-uninstall": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "If a user tries to uninstall the SentinelOne Agent from an endpoint, an uninstall request is sent to the Management. You must approve the request.
After you approve a request, users see a message that the request was approved. They can restart to complete the Agent uninstall.
We recommend that you do not approve these requests until you understand the reason for the request, you agree with the request, and you have alternative security for the endpoint until you install the Agent again.
This command will approve pending uninstall requests for all Agents that match the filter.", "summary": "Approve Uninstall", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.approveUninstall"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_approve-uninstall_post"}}, "/web/api/v2.1/agents/actions/reject-uninstall": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Reject uninstall requests for all Agents that match the filter. To learn more about Uninstall Requests, see \"Approve Uninstall\".", "summary": "Reject uninstall", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.rejectUninstall"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_reject-uninstall_post"}}, "/web/api/v2.1/agents/actions/update-software": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsUpdateSoftwareActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "409": {"description": "The Agent is automatically upgraded according to its Upgrade Policy. Manually upgrading the Agent may cause conflicts", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to update the Agent version on endpoints that have the Agent installed and that match the filter. For a cloud-based Management, SentinelOne updates your Management Console with the latest Agent versions. For On-Prem environments, or if you need a package that is not in your Management Console, request files from SentinelOne Support.
IMPORTANT: These parameters are required:
packageType - example: \"packageType\": \"AgentAndRanger\",osType - example: \"osType\": \"windows\",fileName - example: \"fileName\": \"SentinelInstaller-x86_windows_32bit_v4_6_12_241.exe\"
Best Practice: Upgrade your SentinelOne Agents by group or OS. Note about macOS endpoints: It is important that you upgrade the Agent before the endpoint operating system is upgraded to a version that the Agent does not support. More best practices: read the Release Notes, review the system requirements, and if you decide to not upgrade Agents yet, review the Agent Lifecycle. Make sure your deployment is in the supportable bounds.", "summary": "Update Software", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.updateSoftware"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_update-software_post"}}, "/web/api/v2.1/agents/actions/reset-local-config": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "SentinelCtl is the CLI for Agents. It runs commands directly on one Agent at a time. You can use this command to clear the SentinelCtl changes from all Agents that match the filter. Specific SentinelCtl settings are not cleared:
On Windows: proxy address and Management token.
On macOC: Management server address and server site key.", "summary": "Reset Local Config", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.resetLocalConfiguration"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_reset-local-config_post"}}, "/web/api/v2.1/agents/actions/set-config": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsSetConfigSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "This command requires Global permissions or Support.
The configuration of an Agent can be changed in different ways, such as through Policy settings, Policy Override, SentinelCtl, and changes to the LocalConfig.json file.
For Windows, Policy Override overwrites policy settings, and local changes (to the file and from this command) overwrite Policy Override from the Console or with policy updates from the API.
For macOS, the Policy Override has the highest priority. If you run this command and then update a Group policy that affects both Windows and macOS endpoints, the settings of this command are applied to the Windows endpoints. But the macOS endpoints will apply the settings of the policy, for settings that are duplicated in both the policy and this command.
When you use this command, enter the filter values to set which Agents get the change. Then use the data parameter to set the actual changes. Get the JSON settings for data from the Agent Configuration or see the Knowledge Base: https://support.sentinelone.com/hc/en-us/articles/360022158673-sentinelctl", "summary": "Set Persistent Configuration Overrides", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.configuration"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_set-config_post"}}, "/web/api/v2.1/agents/actions/set-external-id": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsUpdateExternalIdScheme"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "You can add a Customer Identifier (a string) to identify each endpoint or to tag sets of endpoints. The string shows in the Endpoint Details of the Management Console. For example, you can tag endpoints based on their state, installed applications, or endpoint status. The identifier is set on all Agents that match the filter.", "summary": "Set External ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.setCustomerIdentifier"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_set-external-id_post"}}, "/web/api/v2.1/agents/{agent_id}/actions/fetch-files": {"post": {"parameters": [{"in": "path", "name": "agent_id", "type": "string", "x-minimum": "100000000000000000", "description": "Agent ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentFetchFilesActionSchema"}}], "responses": {"404": {"description": "Agent not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Fetch files from endpoints (up to 10 MB for each command) to analyze the root of threats (that come from files - of course, this does not help for fileless threats). Set the pathnames in the body of the request.
Regular expressions and metacharacters are not allowed. Spaces are allowed.
You must enter a new password, which you will use to open the archive of downloaded files. The password must be 10 or more characters with a mix of upper and lower case letters, numbers, and symbols.
This command collects the file and uploads them to the Management. To get the files, download them from the Management.
FedRAMP-compliant and other Managements in GovCloud require a Support ticket to enable this feature. ", "summary": "Fetch Files", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.fileFetch"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_{agent_id}_actions_fetch-files_post"}}, "/web/api/v2.1/agents/actions/move-to-site": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsMoveToSiteSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "This command requires Account or Global level access.
Agents are assigned to a Site when they are first installed with a Site Token. If you have the required access level, a role with permissions (the SOC role does not allow this action), and permission for both Sites, you can move Agents from one Site to a different Site. Agents will be moved to the best matching dynamic group, or to the Default group if no dynamic group matches.", "summary": "Move between Sites", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.moveToAnotherSite"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_move-to-site_post"}}, "/web/api/v2.1/agents/actions/fetch-firewall-rules": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentFetchFirewallRulesActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Firewall Control is disabled at the Global level. When it is first enabled, all Sites and Groups inherit the Firewall Control policy from the Global policy. Agents have Firewall Control disabled, until they connect to a Site or Group with an enabled Firewall Control policy.
After Agents get Firewall Control, if you add or change a Firewall rule, you can use this command to make sure all Agents fetch the rules, (though Agents usually update their policies every few seconds). Use the filter parameter to set which Agents will fetch the rules, if you do not want all of them to attempt it.
Firewall Control requires a Control SKU.", "summary": "Fetch Firewall Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.configureFirewallLogging"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_fetch-firewall-rules_post"}}, "/web/api/v2.1/agents/actions/move-to-console": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsMoveToConsoleSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "You can move Agents between Management Consoles. This command moves Agents to a target Console, Account, and Site, given the Console URL and Site token.
You must have Global permissions for the source Console and access to the Site token of the target Site.
Resolve all threats on the Agents to move before you run this command.
If the Agents have local configurations, the configurations are maintained.
If the new Management has different blocklists, exclusions, and other assets, these are applied the next time the Agent communicates with the Management.
This command works on these Agent versions: Windows 3.0 and later, macOS 3.0 and later, Linux 3.4 and later.
An Agent tries to connect to the new Management Console for 3 minutes. If the Agent cannot connect (has unresolved threats or other requirements are not met), it stays in the original Management Console.
To get the Site token, run the \"sites\" command (see Sites list) and take the \"registrationToken\" value. ", "summary": "Move to Console", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.migrateAgent"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_move-to-console_post"}}, "/web/api/v2.1/agents/actions/fetch-installed-apps": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Application Risk Management is an EA feature. Contact your partner or SentinelOne SE to learn how to join the EA program.
If you have this feature, you can use this command to have all Agents update the data of the applications that are installed on the endpoint. Change the filter parameter values to send this command to matching Agents only. The updated data of installed applications shows on the Console.
Some filter fields are required.
Best practice: Enter all fields in the body. Click in the Body sample to get a copy of the fields in the body form.", "summary": "Get Applications", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.showApplications"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_fetch-installed-apps_post"}}, "/web/api/v2.1/agents/actions/start-remote-shell": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_StartRemoteShellSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_StartRemoteShellResponseSchema_many_200"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Remote shell is an opened websocket between the browser and the Agent, with a proprietary communication protocol that requires an unreasonable effort to run from the API. We recommend that you not use this call.
If you do want to use this API, you must have permission through your user role (not IT or Viewer), specific Remote Shell permissions, 2FA enabled on the username with a valid code in the twoFaCode parameter, valid code in the twoFaCode parameter, and permissions for the Account, Site, or Group on whose policy Remote Shell is enabled. To make sure you have permission to start Remote Shell, use the \"can-start-remote-shell\" command. Best practice: Use the UUID filter to run Remote Shell on a specific endpoint. To get the UUID, run the \"agents\" command.
In the body of this command, the data parameter set is mandatory.
Remote Shell requires a Control SKU. ", "summary": "Start Remote Shell", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.remoteShell"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_start-remote-shell_post"}}, "/web/api/v2.1/agents/actions/can-start-remote-shell": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Who can run Remote Shell? Remote Shell is a powerful way to respond remotely to events on endpoints. It lets you open full shell capabilities - PowerShell on Windows and Bash on macOS and Linux. To be able to run a Remote Shell session, SentinelOne users require permissions, which are set on different levels. It can be confusing to know who has permission. Use this command to see if a username you created for someone else or the API, or your own name, has permission.
If a user does not have Remote Shell permission, how can you grant it? First, you need the Control SKU. Then, the user must have a role with permission to use Remote Shell: Admin, SOC, IR Team. The IT role does not have Remote Shell permission, and the user must be responsible for the Account, Site, or Group on whose policy Remote Shell is enabled.", "summary": "Can run Remote Shell", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.remoteShell"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_can-start-remote-shell_post"}}, "/web/api/v2.1/agents/actions/terminate-remote-shell": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_TerminateRemoteShellSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Remote Shell is a powerful, full shell for Windows, macOS, and Linux. It is best practice to terminate Remote Shell sessions when they are not in use. A Remote Shell session terminates when the user closes the session, the session times out, or the session is idle longer than the idle-timeout.
Use this command terminate a session immediately.", "summary": "Terminate Remote Shell", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.remoteShell"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_terminate-remote-shell_post"}}, "/web/api/v2.1/agents/actions/firewall-logging": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentFirewallLoggingActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Get Firewall Control events in the local log file, written in clear text, for Firewall Control events of an endpoint with Firewall Control enabled. Enable the logs for Agents that match the filter.
When Firewall Logging is enabled, you can choose if blocked traffic events go only to a local log on the endpoint (reportMgmt: false, reportLog: true), or also to Console > Activity (reportMgmt: true).
Allowed traffic is not logged.
Each Agent with Firewall Control Event Logging enabled keeps five log files, for a total of 100 MB maximum. The logs cycle older lines to maintain the size threshold.
On Windows endpoints, the Firewall Control logs are in C:\\ProgramData\\Sentinel\\logs\\. Search for log files with \"visible\" in the filename.
On macOS, run: sudo sentinelctl log.
On Linux, run: sudo /opt/sentinelone/bin/sentinelctl log generate /output_path.
Make sure the Group and Site of the Agent has Firewall Control enabled. Firewall Control requires a Control SKU.", "summary": "Fetch Firewall Logs", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.configureFirewallLogging"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_firewall-logging_post"}}, "/web/api/v2.1/agents/actions/randomize-uuid": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsDangerousActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "IMPORTANT: This action will assign a new UUID to Agents that match the filter.
Run it only when instructed to do so by SentinelOne Support.
If you clone the Agent on a VM or VDI without the /VDI switch, you might need to run this command. It is best to ask for Support assistance. Historical threat and Deep Visibility data will be kept in the Management, but that data will be disassociated from the Agent.", "summary": "Randomize UUID", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.randomizeUuid"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_randomize-uuid_post"}}, "/web/api/v2.1/agents/actions/mark-up-to-date": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "User has insufficient permissions to perform the requested action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "The value of the Agent version as \"up-to-date\" is a useful filter for many actions. There are scenarios where the Management does not recognize a version as latest.
For example, if Agents that were sent a new version with the update-software command did not yet report to their Management.
You can manually mark these Agents as up-to-date.
This command is not available to users with the SOC role. ", "summary": "Mark as up-to-date", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.markAsUpToDate"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_mark-up-to-date_post"}}, "/web/api/v2.1/agents/actions/ranger-enable": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Singularity Network Discovery gives full visibility of all devices connected to your network. Network Discovery scans your corporate environment to identify and manage connected devices, even those not protected by or supported by SentinelOne. Use this command to enable Network Discovery on Agents that match the filter. The Agent adds \"Scanner\" to its functionality.
If the given Agent cannot support Network Discovery, or if Network Discovery is already enabled, this command does nothing.
Network Discovery requires a special license. Consult with your SentinelOne SE.", "summary": "Enable Network Discovery", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.enableRanger"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_ranger-enable_post"}}, "/web/api/v2.1/agents/actions/ranger-disable": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Disable Network Discovery from the Agents that match the filter.
Singularity Network Discovery gives full visibility of all devices connected to your network. Network Discovery scans your corporate environment to identify and manage connected devices, even those not protected by or supported by SentinelOne. When Network Discovery is enabled on an Agent, the Agent adds \"Scanner\" to its functionality. It is the starting point for the Network Discovery scans.
Best Practice: Disable Network Discovery on endpoints that are performance-sensitive and on endpoints that often connect to non-corporate networks.", "summary": "Disable Network Discovery", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.disableRanger"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_ranger-disable_post"}}, "/web/api/v2.1/agents/actions/local-upgrade-authorization": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentLocalUpgradeAuthorizationActionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Edit when authorization of local upgrades/downgrades expires.", "summary": "Edit local upgrade/downgrade Site authorization", "consumes": ["application/json"], "x-s1-required-permissions": ["Local Upgrade/Downgrade Authorization.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_local-upgrade-authorization_post"}}, "/web/api/v2.1/agents/actions/disable-agent": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentDisableActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to disable Agents that match the filter.
Disabled agents run with minimal footprint and do not detect or mitigate threats, but they maintain connectivity with the Management Console.
If the command returns \"Insufficient permissions\", make sure you have permissions for the Account, Site, or Group and a role that allows Disable Agent (Admin, IR team or IT).
In the body of this command, the data parameter set is mandatory.", "summary": "Disable Agent", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.disableAgent"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_disable-agent_post"}}, "/web/api/v2.1/agents/actions/enable-agent": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentEnableActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to enable disabled Agents that match the filter.
If the command returns \"Insufficient permissions\", make sure you have permissions for the Account, Site, or Group and a role that allows Disable Agent (Admin, IR team or IT).
In the body of this command, the data parameter set is mandatory.", "summary": "Enable Agent", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.enableAgent"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_enable-agent_post"}}, "/web/api/v2.1/agents/actions/start-profiling": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentStartProfilingActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to start remote profiling on Agents that match the filter.
Remote profiling lets you collect runtime diagnostic information for Agents on containers.
If the command returns \"Insufficient permissions\", make sure you have permissions for the Account, Site, or Group and a role that allows Start Remote Profiling (Admin or IT).", "summary": "Start Remote Profiling", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.remoteProfiling"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_start-profiling_post"}}, "/web/api/v2.1/agents/actions/stop-profiling": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentStopProfilingActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Use this command to stop remote profiling on Agents that match the filter.
If the command returns \"Insufficient permissions\", make sure you have permissions for the Account, Site, or Group and a role that allows Stop Remote Profiling (Admin or IT).", "summary": "Stop Remote Profiling", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.remoteProfiling"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_stop-profiling_post"}}, "/web/api/v2.1/agents/actions/approve-stateless-upgrade": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsCleaninstallerSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "Approve stateless upgrade for agents", "summary": "Approve Stateless Upgrades", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.uninstall"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_approve-stateless-upgrade_post"}}, "/web/api/v2.1/agents/actions/manage-tags": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_ManageEndpointTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Actions"], "produces": ["application/json"], "description": "The \"add\" operation adds the given tags to the endpoints (if not already present), the \"remove\" operation removes the given tags from endpoints (if present), and the \"override\" operation overrides already present tag(s) by the same key of the given tags (if multiple same-key tags are provided, they are preserved).", "summary": "Manage endpoint tags: add, remove, override", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.manageEndpointTags"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_manage-tags_post"}}, "/web/api/v2.1/agents/actions/clear-remote-shell-session": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agent Support Actions"], "produces": ["application/json"], "description": "Remote Shell is a powerful way to respond remotely to events on endpoints. It lets you open full shell capabilities - PowerShell on Windows and Bash on macOS and Linux.
For best practices, a Remote Shell session can be terminated in many ways: from the UI, from Agent timeouts, from endpoint or connections issues, and so on. If a shell closes at the same time that an Agent goes offline, Remote Shell status is incorrect on the Management.
Use this command to clear the \"open shell\" flags on the Management.
The IT user role does not have permissions to run this command. ", "summary": "Clear Remote Shell", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.clearRemoteShellSession"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_actions_clear-remote-shell-session_post"}}, "/web/api/v2.1/agents": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["createdAt", "updatedAt", "id", "computerName", "groupId", "osType", "osName", "uuid", "scanStatus", "isDecommissioned", "decommissionedAt", "isUninstalled", "threatMitigationStatus", "threatResolved", "threatContentHash", "threatCreatedAt", "registeredAt", "lastActiveDate", "isActive", "isPendingUninstall", "activeThreats", "isUpToDate", "agentVersion", "osArch", "machineType", "networkStatus", "domain", "mitigationMode", "mitigationModeSuspicious", "encryptedApplications", "totalMemory", "cpuCount", "coreCount", "externalIp", "lastLoggedInUserName", "groupName", "networkInterfacePhysical", "siteId", "siteName", "infected", "threatRebootRequired", "consoleMigrationStatus", "appsVulnerabilityStatus", "accountName", "externalId", "installerType", "rangerVersion", "operationalState", "remoteProfilingState", "networkQuarantineEnabled", "firewallEnabled", "locationEnabled", "cloudAccount", "cloudImage", "cloudInstanceId", "cloudInstanceSize", "cloudLocation", "cloudNetwork", "cloudProvider", "clusterName", "kubernetesVersion", "kubernetesType", "agentNamespace", "agentPodName", "serialNumber", "cpuId", "fullDiskScanLastUpdatedAt", "lastSuccessfulScanDate", "ecsType", "ecsVersion", "ecsClusterName", "ecsTaskArn", "ecsTaskAvailabilityZone", "ecsServiceName", "ecsServiceArn", "ecsTaskDefinitionFamily", "ecsTaskDefinitionRevision", "ecsTaskDefinitionArn", "isAdConnector", "activeProtection"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredGroupIds", "type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredSiteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registeredAt__between", "type": "string", "description": "Date range for first registration time (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastActiveDate__between", "type": "string", "description": "Date range for last active date(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__between", "type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "isActive", "type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isPendingUninstall", "type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "infected", "type": "boolean", "description": "Include only Agents with at least one active threat", "required": false}, {"in": "query", "name": "isUpToDate", "type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term). Example: \"Linux\".", "required": false}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Agent versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Agent versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersions", "type": "array", "maxItems": 5000, "description": "Network Scanner versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersionsNin", "type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArch", "type": "string", "description": "OS architecture. Example: \"32 bit\".", "enum": ["32 bit", "64 bit", "ARM64"], "required": false}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "OS architectures to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchesNin", "type": "array", "maxItems": 5000, "description": "OS architectures not to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Not included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatuses", "type": "array", "maxItems": 5000, "description": "Included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatusesNin", "type": "array", "maxItems": 5000, "description": "Not included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypes", "type": "array", "maxItems": 5000, "description": "Included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypesNin", "type": "array", "maxItems": 5000, "description": "Not included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypes", "type": "array", "maxItems": 5000, "description": "Included storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatuses", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatusesNin", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domainsNin", "type": "array", "maxItems": 5000, "description": "Not included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "encryptedApplications", "type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalMemory__between", "type": "string", "description": "Total memory range (GB, inclusive). Example: \"4-8\".", "required": false}, {"in": "query", "name": "coreCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "cpuCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "userActionsNeeded", "type": "array", "maxItems": 5000, "description": "Included pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissions", "type": "array", "maxItems": 5000, "description": "Included missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userActionsNeededNin", "type": "array", "maxItems": 5000, "description": "Excluded pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissionsNin", "type": "array", "maxItems": 5000, "description": "Excluded missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery", "type": "string", "description": "An Active Directory query string. Example: \"CN=Managers,DC=sentinelone,DC=com\".", "required": false}, {"in": "query", "name": "hasLocalConfiguration", "type": "boolean", "description": "Agent has a local configuration set", "required": false}, {"in": "query", "name": "consoleMigrationStatuses", "type": "array", "maxItems": 5000, "description": "Migration status in. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "consoleMigrationStatusesNin", "type": "array", "maxItems": 5000, "description": "Migration status nin. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatuses", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status in. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatusesNin", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status nin. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIdsNin", "type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypes", "type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypesNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStates", "type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStates", "type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatuses", "type": "array", "maxItems": 5000, "description": "Status of Network Discovery. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatusesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatus", "type": "string", "description": "[DEPRECATED] Use rangerStatuses. Example: \"NotApplicable\".", "enum": ["NotApplicable", "Enabled", "Disabled"], "required": false}, {"in": "query", "name": "threatRebootRequired", "type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkQuarantineEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firewallEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagsData", "type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "isAdConnector", "type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isHyperAutomate", "type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activeProtection", "type": "array", "maxItems": 5000, "description": "Included agent active protections. Example: \"edr,idr\".", "items": {"type": "string", "enum": ["edr", "idr"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values). Example: \"205,127.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceInet__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values). Example: \"192,10.0.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfacePhysical__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceGatewayMacAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "lastLoggedInUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values). Example: \"admin,johnd1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory username string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory user groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,John\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,Windows\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID). Example: \"Tag#1 - monitoring,Performance machine\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentNamespace__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentPodName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudTags__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "clusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "liveUpdateId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serialNumber__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cpuId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values). Example: \"Intel,AMD\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsClusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskAvailabilityZone__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionFamily__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionRevision__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerNameOrUuid__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Included Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "idsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filterId", "type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "decommissionedAt__gte", "type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lt", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lte", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__gt", "type": "string", "format": null, "description": "Agents decommissioned after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__between", "type": "string", "description": "Date range for decommission time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Agents created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Agents created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Agents created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Agents created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Agents updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Agents updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Agents updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Agents updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "computerName__like", "type": "string", "description": "Match computer name partially (substring). Example: \"Lab1\".", "required": false}, {"in": "query", "name": "computerName", "type": "string", "description": "Computer name. Example: \"My Office Desktop\".", "required": false}, {"in": "query", "name": "agentVersion__lt", "type": "string", "description": "Agents versions less than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__lte", "type": "string", "description": "Agents versions less than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gt", "type": "string", "description": "Agents versions greater than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gte", "type": "string", "description": "Agents versions greater than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__between", "type": "string", "description": "Version range for agent version (format: -, inclusive). Example: \"2.0.0.0-2.1.5.144\".", "required": false}, {"in": "query", "name": "uuid", "type": "string", "description": "Agent's universally unique identifier. Example: \"ff819e70af13be381993075eb0ce5f2f6de05be2\".", "required": false}, {"in": "query", "name": "uuids", "type": "array", "maxItems": 5000, "description": "A list of included UUIDs. Example: \"ff819e70af13be381993075eb0ce5f2f6de05b11,ff819e70af13be381993075eb0ce5f2f6de05c22\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatus", "type": "string", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status. Example: \"none\".", "required": false}, {"in": "query", "name": "threatMitigationStatus", "type": "string", "description": "Include only Agents that have threats with this mitigation status. Example: \"mitigated\".", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"], "required": false}, {"in": "query", "name": "threatResolved", "type": "boolean", "description": "Include only Agents with at least one resolved threat", "required": false}, {"in": "query", "name": "threatHidden", "type": "boolean", "description": "Include only Agents with at least one hidden threat", "required": false}, {"in": "query", "name": "threatContentHash", "type": "string", "description": "Include only Agents that have at least one threat with this content hash. Example: \"cf23df2207d99a74fbe169e3eba035e633b65d94\".", "required": false}, {"in": "query", "name": "threatCreatedAt__lt", "type": "string", "format": null, "description": "Agents with threats reported before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__lte", "type": "string", "format": null, "description": "Agents with threats reported before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gt", "type": "string", "format": null, "description": "Agents with threats reported after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gte", "type": "string", "format": null, "description": "Agents with threats reported after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__between", "type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activeThreats", "type": "integer", "description": "Include Agents with this amount of active threats. Example: \"3\".", "required": false}, {"in": "query", "name": "activeThreats__gt", "type": "integer", "description": "Include Agents with at least this amount of active threats. Example: \"5\".", "required": false}, {"in": "query", "name": "mitigationMode", "type": "string", "description": "Agent mitigation mode policy. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "mitigationModeSuspicious", "type": "string", "description": "Mitigation mode policy for suspicious activity. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "registeredAt__lt", "type": "string", "format": null, "description": "Agents registered before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__lte", "type": "string", "format": null, "description": "Agents registered before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gt", "type": "string", "format": null, "description": "Agents registered after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gte", "type": "string", "format": null, "description": "Agents registered after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lt", "type": "string", "format": null, "description": "Agents last active before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lte", "type": "string", "format": null, "description": "Agents last active before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gt", "type": "string", "format": null, "description": "Agents last active after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gte", "type": "string", "format": null, "description": "Agents last active after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lt", "type": "string", "format": null, "description": "Agents last successful full disk scan before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lte", "type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gt", "type": "string", "format": null, "description": "Agents last successful full disk scan after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gte", "type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "coreCount__lt", "type": "integer", "description": "CPU cores (less than)", "required": false}, {"in": "query", "name": "coreCount__lte", "type": "integer", "description": "CPU cores (less than or equal)", "required": false}, {"in": "query", "name": "coreCount__gt", "type": "integer", "description": "CPU cores (more than)", "required": false}, {"in": "query", "name": "coreCount__gte", "type": "integer", "description": "CPU cores (more than or equal)", "required": false}, {"in": "query", "name": "cpuCount__lt", "type": "integer", "description": "Number of CPUs (less than)", "required": false}, {"in": "query", "name": "cpuCount__lte", "type": "integer", "description": "Number of CPUs (less than or equal)", "required": false}, {"in": "query", "name": "cpuCount__gt", "type": "integer", "description": "Number of CPUs (more than)", "required": false}, {"in": "query", "name": "cpuCount__gte", "type": "integer", "description": "Number of CPUs (more than or equal)", "required": false}, {"in": "query", "name": "totalMemory__lt", "type": "integer", "description": "Memory size (MB, less than)", "required": false}, {"in": "query", "name": "totalMemory__lte", "type": "integer", "description": "Memory size (MB, less than or equal)", "required": false}, {"in": "query", "name": "totalMemory__gt", "type": "integer", "description": "Memory size (MB, more than)", "required": false}, {"in": "query", "name": "totalMemory__gte", "type": "integer", "description": "Memory size (MB, more than or equal)", "required": false}, {"in": "query", "name": "migrationStatus", "type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status. Example: \"N/A\".", "required": false}, {"in": "query", "name": "gatewayIp", "type": "string", "description": "Gateway ip. Example: \"192.168.0.1\".", "required": false}, {"in": "query", "name": "csvFilterId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "rsoLevel", "type": "string", "description": "Supported Remote Script Orchestration level. Example: \"none\".", "enum": ["none", "pro", "ars"], "required": false}, {"in": "query", "name": "remoteOpsForensicsSupported", "type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported", "required": false}, {"in": "query", "name": "hasContainerizedWorkload", "type": "boolean", "description": "Include only Agents protecting containerized workloads", "required": false}, {"in": "query", "name": "windowsOsRevision__gte", "type": "integer", "description": "Agents os revision than or equal to given version", "required": false}, {"in": "query", "name": "windowsOsRevision__lte", "type": "integer", "description": "Agents os revision lower than or equal to given version", "required": false}, {"in": "query", "name": "rsoLevels", "type": "array", "maxItems": 5000, "description": "A list of included rso_levels. Example: \"pro,ars\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_AgentViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get the Agents, and their data, that match the filter. This command gives the Agent ID, which you can use in other commands.
To save the list and data to a CSV file, use \"export/agents\".", "summary": "Get Agents", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_get"}}, "/web/api/v2.1/agents/count": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredGroupIds", "type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredSiteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registeredAt__between", "type": "string", "description": "Date range for first registration time (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastActiveDate__between", "type": "string", "description": "Date range for last active date(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__between", "type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "isActive", "type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isPendingUninstall", "type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "infected", "type": "boolean", "description": "Include only Agents with at least one active threat", "required": false}, {"in": "query", "name": "isUpToDate", "type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term). Example: \"Linux\".", "required": false}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Agent versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Agent versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersions", "type": "array", "maxItems": 5000, "description": "Network Scanner versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersionsNin", "type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArch", "type": "string", "description": "OS architecture. Example: \"32 bit\".", "enum": ["32 bit", "64 bit", "ARM64"], "required": false}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "OS architectures to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchesNin", "type": "array", "maxItems": 5000, "description": "OS architectures not to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Not included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatuses", "type": "array", "maxItems": 5000, "description": "Included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatusesNin", "type": "array", "maxItems": 5000, "description": "Not included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypes", "type": "array", "maxItems": 5000, "description": "Included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypesNin", "type": "array", "maxItems": 5000, "description": "Not included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypes", "type": "array", "maxItems": 5000, "description": "Included storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatuses", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatusesNin", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domainsNin", "type": "array", "maxItems": 5000, "description": "Not included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "encryptedApplications", "type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalMemory__between", "type": "string", "description": "Total memory range (GB, inclusive). Example: \"4-8\".", "required": false}, {"in": "query", "name": "coreCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "cpuCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "userActionsNeeded", "type": "array", "maxItems": 5000, "description": "Included pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissions", "type": "array", "maxItems": 5000, "description": "Included missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userActionsNeededNin", "type": "array", "maxItems": 5000, "description": "Excluded pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissionsNin", "type": "array", "maxItems": 5000, "description": "Excluded missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery", "type": "string", "description": "An Active Directory query string. Example: \"CN=Managers,DC=sentinelone,DC=com\".", "required": false}, {"in": "query", "name": "hasLocalConfiguration", "type": "boolean", "description": "Agent has a local configuration set", "required": false}, {"in": "query", "name": "consoleMigrationStatuses", "type": "array", "maxItems": 5000, "description": "Migration status in. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "consoleMigrationStatusesNin", "type": "array", "maxItems": 5000, "description": "Migration status nin. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatuses", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status in. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatusesNin", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status nin. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIdsNin", "type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypes", "type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypesNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStates", "type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStates", "type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatuses", "type": "array", "maxItems": 5000, "description": "Status of Network Discovery. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatusesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatus", "type": "string", "description": "[DEPRECATED] Use rangerStatuses. Example: \"NotApplicable\".", "enum": ["NotApplicable", "Enabled", "Disabled"], "required": false}, {"in": "query", "name": "threatRebootRequired", "type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkQuarantineEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firewallEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagsData", "type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "isAdConnector", "type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isHyperAutomate", "type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activeProtection", "type": "array", "maxItems": 5000, "description": "Included agent active protections. Example: \"edr,idr\".", "items": {"type": "string", "enum": ["edr", "idr"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values). Example: \"205,127.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceInet__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values). Example: \"192,10.0.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfacePhysical__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceGatewayMacAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "lastLoggedInUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values). Example: \"admin,johnd1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory username string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory user groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,John\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,Windows\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID). Example: \"Tag#1 - monitoring,Performance machine\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentNamespace__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentPodName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudTags__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "clusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "liveUpdateId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serialNumber__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cpuId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values). Example: \"Intel,AMD\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsClusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskAvailabilityZone__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionFamily__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionRevision__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerNameOrUuid__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Included Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "idsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filterId", "type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "decommissionedAt__gte", "type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lt", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lte", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__gt", "type": "string", "format": null, "description": "Agents decommissioned after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__between", "type": "string", "description": "Date range for decommission time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Agents created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Agents created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Agents created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Agents created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Agents updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Agents updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Agents updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Agents updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "computerName__like", "type": "string", "description": "Match computer name partially (substring). Example: \"Lab1\".", "required": false}, {"in": "query", "name": "computerName", "type": "string", "description": "Computer name. Example: \"My Office Desktop\".", "required": false}, {"in": "query", "name": "agentVersion__lt", "type": "string", "description": "Agents versions less than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__lte", "type": "string", "description": "Agents versions less than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gt", "type": "string", "description": "Agents versions greater than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gte", "type": "string", "description": "Agents versions greater than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__between", "type": "string", "description": "Version range for agent version (format: -, inclusive). Example: \"2.0.0.0-2.1.5.144\".", "required": false}, {"in": "query", "name": "uuid", "type": "string", "description": "Agent's universally unique identifier. Example: \"ff819e70af13be381993075eb0ce5f2f6de05be2\".", "required": false}, {"in": "query", "name": "uuids", "type": "array", "maxItems": 5000, "description": "A list of included UUIDs. Example: \"ff819e70af13be381993075eb0ce5f2f6de05b11,ff819e70af13be381993075eb0ce5f2f6de05c22\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatus", "type": "string", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status. Example: \"none\".", "required": false}, {"in": "query", "name": "threatMitigationStatus", "type": "string", "description": "Include only Agents that have threats with this mitigation status. Example: \"mitigated\".", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"], "required": false}, {"in": "query", "name": "threatResolved", "type": "boolean", "description": "Include only Agents with at least one resolved threat", "required": false}, {"in": "query", "name": "threatHidden", "type": "boolean", "description": "Include only Agents with at least one hidden threat", "required": false}, {"in": "query", "name": "threatContentHash", "type": "string", "description": "Include only Agents that have at least one threat with this content hash. Example: \"cf23df2207d99a74fbe169e3eba035e633b65d94\".", "required": false}, {"in": "query", "name": "threatCreatedAt__lt", "type": "string", "format": null, "description": "Agents with threats reported before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__lte", "type": "string", "format": null, "description": "Agents with threats reported before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gt", "type": "string", "format": null, "description": "Agents with threats reported after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gte", "type": "string", "format": null, "description": "Agents with threats reported after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__between", "type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activeThreats", "type": "integer", "description": "Include Agents with this amount of active threats. Example: \"3\".", "required": false}, {"in": "query", "name": "activeThreats__gt", "type": "integer", "description": "Include Agents with at least this amount of active threats. Example: \"5\".", "required": false}, {"in": "query", "name": "mitigationMode", "type": "string", "description": "Agent mitigation mode policy. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "mitigationModeSuspicious", "type": "string", "description": "Mitigation mode policy for suspicious activity. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "registeredAt__lt", "type": "string", "format": null, "description": "Agents registered before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__lte", "type": "string", "format": null, "description": "Agents registered before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gt", "type": "string", "format": null, "description": "Agents registered after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gte", "type": "string", "format": null, "description": "Agents registered after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lt", "type": "string", "format": null, "description": "Agents last active before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lte", "type": "string", "format": null, "description": "Agents last active before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gt", "type": "string", "format": null, "description": "Agents last active after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gte", "type": "string", "format": null, "description": "Agents last active after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lt", "type": "string", "format": null, "description": "Agents last successful full disk scan before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lte", "type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gt", "type": "string", "format": null, "description": "Agents last successful full disk scan after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gte", "type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "coreCount__lt", "type": "integer", "description": "CPU cores (less than)", "required": false}, {"in": "query", "name": "coreCount__lte", "type": "integer", "description": "CPU cores (less than or equal)", "required": false}, {"in": "query", "name": "coreCount__gt", "type": "integer", "description": "CPU cores (more than)", "required": false}, {"in": "query", "name": "coreCount__gte", "type": "integer", "description": "CPU cores (more than or equal)", "required": false}, {"in": "query", "name": "cpuCount__lt", "type": "integer", "description": "Number of CPUs (less than)", "required": false}, {"in": "query", "name": "cpuCount__lte", "type": "integer", "description": "Number of CPUs (less than or equal)", "required": false}, {"in": "query", "name": "cpuCount__gt", "type": "integer", "description": "Number of CPUs (more than)", "required": false}, {"in": "query", "name": "cpuCount__gte", "type": "integer", "description": "Number of CPUs (more than or equal)", "required": false}, {"in": "query", "name": "totalMemory__lt", "type": "integer", "description": "Memory size (MB, less than)", "required": false}, {"in": "query", "name": "totalMemory__lte", "type": "integer", "description": "Memory size (MB, less than or equal)", "required": false}, {"in": "query", "name": "totalMemory__gt", "type": "integer", "description": "Memory size (MB, more than)", "required": false}, {"in": "query", "name": "totalMemory__gte", "type": "integer", "description": "Memory size (MB, more than or equal)", "required": false}, {"in": "query", "name": "migrationStatus", "type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status. Example: \"N/A\".", "required": false}, {"in": "query", "name": "gatewayIp", "type": "string", "description": "Gateway ip. Example: \"192.168.0.1\".", "required": false}, {"in": "query", "name": "csvFilterId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "rsoLevel", "type": "string", "description": "Supported Remote Script Orchestration level. Example: \"none\".", "enum": ["none", "pro", "ars"], "required": false}, {"in": "query", "name": "remoteOpsForensicsSupported", "type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported", "required": false}, {"in": "query", "name": "hasContainerizedWorkload", "type": "boolean", "description": "Include only Agents protecting containerized workloads", "required": false}, {"in": "query", "name": "windowsOsRevision__gte", "type": "integer", "description": "Agents os revision than or equal to given version", "required": false}, {"in": "query", "name": "windowsOsRevision__lte", "type": "integer", "description": "Agents os revision lower than or equal to given version", "required": false}, {"in": "query", "name": "rsoLevels", "type": "array", "maxItems": 5000, "description": "A list of included rso_levels. Example: \"pro,ars\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_AgentsCountSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get the count of Agents that match a filter. This command is useful to run before you run other commands. You will be able to manage Agent maintenance better if you know how many Agents will get a command that takes time (such as Update Software).", "summary": "Count Agents", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_count_get"}}, "/web/api/v2.1/agents/passphrases": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredGroupIds", "type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredSiteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registeredAt__between", "type": "string", "description": "Date range for first registration time (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastActiveDate__between", "type": "string", "description": "Date range for last active date(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__between", "type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "isActive", "type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isPendingUninstall", "type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "infected", "type": "boolean", "description": "Include only Agents with at least one active threat", "required": false}, {"in": "query", "name": "isUpToDate", "type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term). Example: \"Linux\".", "required": false}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Agent versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Agent versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersions", "type": "array", "maxItems": 5000, "description": "Network Scanner versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersionsNin", "type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArch", "type": "string", "description": "OS architecture. Example: \"32 bit\".", "enum": ["32 bit", "64 bit", "ARM64"], "required": false}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "OS architectures to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchesNin", "type": "array", "maxItems": 5000, "description": "OS architectures not to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Not included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatuses", "type": "array", "maxItems": 5000, "description": "Included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatusesNin", "type": "array", "maxItems": 5000, "description": "Not included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypes", "type": "array", "maxItems": 5000, "description": "Included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypesNin", "type": "array", "maxItems": 5000, "description": "Not included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypes", "type": "array", "maxItems": 5000, "description": "Included storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatuses", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatusesNin", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domainsNin", "type": "array", "maxItems": 5000, "description": "Not included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "encryptedApplications", "type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalMemory__between", "type": "string", "description": "Total memory range (GB, inclusive). Example: \"4-8\".", "required": false}, {"in": "query", "name": "coreCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "cpuCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "userActionsNeeded", "type": "array", "maxItems": 5000, "description": "Included pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissions", "type": "array", "maxItems": 5000, "description": "Included missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userActionsNeededNin", "type": "array", "maxItems": 5000, "description": "Excluded pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissionsNin", "type": "array", "maxItems": 5000, "description": "Excluded missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery", "type": "string", "description": "An Active Directory query string. Example: \"CN=Managers,DC=sentinelone,DC=com\".", "required": false}, {"in": "query", "name": "hasLocalConfiguration", "type": "boolean", "description": "Agent has a local configuration set", "required": false}, {"in": "query", "name": "consoleMigrationStatuses", "type": "array", "maxItems": 5000, "description": "Migration status in. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "consoleMigrationStatusesNin", "type": "array", "maxItems": 5000, "description": "Migration status nin. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatuses", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status in. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatusesNin", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status nin. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIdsNin", "type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypes", "type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypesNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStates", "type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStates", "type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatuses", "type": "array", "maxItems": 5000, "description": "Status of Network Discovery. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatusesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatus", "type": "string", "description": "[DEPRECATED] Use rangerStatuses. Example: \"NotApplicable\".", "enum": ["NotApplicable", "Enabled", "Disabled"], "required": false}, {"in": "query", "name": "threatRebootRequired", "type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkQuarantineEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firewallEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagsData", "type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "isAdConnector", "type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isHyperAutomate", "type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activeProtection", "type": "array", "maxItems": 5000, "description": "Included agent active protections. Example: \"edr,idr\".", "items": {"type": "string", "enum": ["edr", "idr"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values). Example: \"205,127.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceInet__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values). Example: \"192,10.0.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfacePhysical__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceGatewayMacAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "lastLoggedInUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values). Example: \"admin,johnd1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory username string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory user groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,John\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,Windows\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID). Example: \"Tag#1 - monitoring,Performance machine\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentNamespace__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentPodName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudTags__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "clusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "liveUpdateId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serialNumber__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cpuId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values). Example: \"Intel,AMD\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsClusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskAvailabilityZone__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionFamily__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionRevision__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerNameOrUuid__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Included Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "idsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filterId", "type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "decommissionedAt__gte", "type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lt", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lte", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__gt", "type": "string", "format": null, "description": "Agents decommissioned after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__between", "type": "string", "description": "Date range for decommission time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Agents created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Agents created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Agents created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Agents created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Agents updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Agents updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Agents updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Agents updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "computerName__like", "type": "string", "description": "Match computer name partially (substring). Example: \"Lab1\".", "required": false}, {"in": "query", "name": "computerName", "type": "string", "description": "Computer name. Example: \"My Office Desktop\".", "required": false}, {"in": "query", "name": "agentVersion__lt", "type": "string", "description": "Agents versions less than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__lte", "type": "string", "description": "Agents versions less than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gt", "type": "string", "description": "Agents versions greater than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gte", "type": "string", "description": "Agents versions greater than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__between", "type": "string", "description": "Version range for agent version (format: -, inclusive). Example: \"2.0.0.0-2.1.5.144\".", "required": false}, {"in": "query", "name": "uuid", "type": "string", "description": "Agent's universally unique identifier. Example: \"ff819e70af13be381993075eb0ce5f2f6de05be2\".", "required": false}, {"in": "query", "name": "uuids", "type": "array", "maxItems": 5000, "description": "A list of included UUIDs. Example: \"ff819e70af13be381993075eb0ce5f2f6de05b11,ff819e70af13be381993075eb0ce5f2f6de05c22\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatus", "type": "string", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status. Example: \"none\".", "required": false}, {"in": "query", "name": "threatMitigationStatus", "type": "string", "description": "Include only Agents that have threats with this mitigation status. Example: \"mitigated\".", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"], "required": false}, {"in": "query", "name": "threatResolved", "type": "boolean", "description": "Include only Agents with at least one resolved threat", "required": false}, {"in": "query", "name": "threatHidden", "type": "boolean", "description": "Include only Agents with at least one hidden threat", "required": false}, {"in": "query", "name": "threatContentHash", "type": "string", "description": "Include only Agents that have at least one threat with this content hash. Example: \"cf23df2207d99a74fbe169e3eba035e633b65d94\".", "required": false}, {"in": "query", "name": "threatCreatedAt__lt", "type": "string", "format": null, "description": "Agents with threats reported before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__lte", "type": "string", "format": null, "description": "Agents with threats reported before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gt", "type": "string", "format": null, "description": "Agents with threats reported after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gte", "type": "string", "format": null, "description": "Agents with threats reported after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__between", "type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activeThreats", "type": "integer", "description": "Include Agents with this amount of active threats. Example: \"3\".", "required": false}, {"in": "query", "name": "activeThreats__gt", "type": "integer", "description": "Include Agents with at least this amount of active threats. Example: \"5\".", "required": false}, {"in": "query", "name": "mitigationMode", "type": "string", "description": "Agent mitigation mode policy. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "mitigationModeSuspicious", "type": "string", "description": "Mitigation mode policy for suspicious activity. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "registeredAt__lt", "type": "string", "format": null, "description": "Agents registered before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__lte", "type": "string", "format": null, "description": "Agents registered before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gt", "type": "string", "format": null, "description": "Agents registered after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gte", "type": "string", "format": null, "description": "Agents registered after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lt", "type": "string", "format": null, "description": "Agents last active before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lte", "type": "string", "format": null, "description": "Agents last active before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gt", "type": "string", "format": null, "description": "Agents last active after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gte", "type": "string", "format": null, "description": "Agents last active after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lt", "type": "string", "format": null, "description": "Agents last successful full disk scan before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lte", "type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gt", "type": "string", "format": null, "description": "Agents last successful full disk scan after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gte", "type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "coreCount__lt", "type": "integer", "description": "CPU cores (less than)", "required": false}, {"in": "query", "name": "coreCount__lte", "type": "integer", "description": "CPU cores (less than or equal)", "required": false}, {"in": "query", "name": "coreCount__gt", "type": "integer", "description": "CPU cores (more than)", "required": false}, {"in": "query", "name": "coreCount__gte", "type": "integer", "description": "CPU cores (more than or equal)", "required": false}, {"in": "query", "name": "cpuCount__lt", "type": "integer", "description": "Number of CPUs (less than)", "required": false}, {"in": "query", "name": "cpuCount__lte", "type": "integer", "description": "Number of CPUs (less than or equal)", "required": false}, {"in": "query", "name": "cpuCount__gt", "type": "integer", "description": "Number of CPUs (more than)", "required": false}, {"in": "query", "name": "cpuCount__gte", "type": "integer", "description": "Number of CPUs (more than or equal)", "required": false}, {"in": "query", "name": "totalMemory__lt", "type": "integer", "description": "Memory size (MB, less than)", "required": false}, {"in": "query", "name": "totalMemory__lte", "type": "integer", "description": "Memory size (MB, less than or equal)", "required": false}, {"in": "query", "name": "totalMemory__gt", "type": "integer", "description": "Memory size (MB, more than)", "required": false}, {"in": "query", "name": "totalMemory__gte", "type": "integer", "description": "Memory size (MB, more than or equal)", "required": false}, {"in": "query", "name": "migrationStatus", "type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status. Example: \"N/A\".", "required": false}, {"in": "query", "name": "gatewayIp", "type": "string", "description": "Gateway ip. Example: \"192.168.0.1\".", "required": false}, {"in": "query", "name": "csvFilterId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "rsoLevel", "type": "string", "description": "Supported Remote Script Orchestration level. Example: \"none\".", "enum": ["none", "pro", "ars"], "required": false}, {"in": "query", "name": "remoteOpsForensicsSupported", "type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported", "required": false}, {"in": "query", "name": "hasContainerizedWorkload", "type": "boolean", "description": "Include only Agents protecting containerized workloads", "required": false}, {"in": "query", "name": "windowsOsRevision__gte", "type": "integer", "description": "Agents os revision than or equal to given version", "required": false}, {"in": "query", "name": "windowsOsRevision__lte", "type": "integer", "description": "Agents os revision lower than or equal to given version", "required": false}, {"in": "query", "name": "rsoLevels", "type": "array", "maxItems": 5000, "description": "A list of included rso_levels. Example: \"pro,ars\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_AgentPassphraseSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Show the passphrase for the Agents that match the filter. This is an important command. You need the passphrase for most SentinelCtl commands and for different API commands.", "summary": "Get Passphrase", "x-s1-required-permissions": ["Endpoints.showPassphrase"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_passphrases_get"}}, "/web/api/v2.1/agents/{agent_id}/uploads/{activity_id}": {"get": {"parameters": [{"in": "path", "name": "agent_id", "type": "string", "x-minimum": "100000000000000000", "description": "Agent ID. Example: \"225494730938493804\".", "required": true}, {"in": "path", "name": "activity_id", "type": "string", "x-minimum": "100000000000000000", "description": "ID of activity that logs files uploaded by agent. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Agent or activity not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get Agent logs from Agents that match the filter. You can filter by Agent ID (run \"agents\" to get the ID) or by Activity ID (run \"activities/types\" to get the Activity ID). Send the logs to SentinelOne Support for assistance.", "summary": "Export Agent Logs", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": ["Endpoints.fileFetch", "Endpoints.FetchLogs", "Endpoints.downloadRemoteShellTranscript"], "operationId": "_web_api_agents_{agent_id}_uploads_{activity_id}_get"}}, "/web/api/v2.1/agents/applications": {"get": {"parameters": [{"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Agent ID list. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": true, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_AgentApplicationsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get the installed applications for a specific Agent.
To get the Agent ID, run \"agents\".", "summary": "Applications", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_applications_get"}}, "/web/api/v2.1/agents/processes": {"get": {"parameters": [{"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Agent ID list. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": true, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_AgentProcessesSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "[OBSOLETE] Returns empty array. To get processes of an Agent, see Applications.", "summary": "Processes", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_processes_get"}}, "/web/api/v2.1/agents/{agent_id}/local-upgrade-authorization": {"get": {"parameters": [{"in": "path", "name": "agent_id", "type": "string", "x-minimum": "100000000000000000", "description": "Agent ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/agents.schemas_GetAgentApprovalResponse_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get the time when authorization of local upgrades/downgrades expires", "summary": "Get local upgrade/downgrade Agent authorization", "x-s1-required-permissions": ["Local Upgrade/Downgrade Authorization.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_{agent_id}_local-upgrade-authorization_get"}}, "/web/api/v2.1/export/agents": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredGroupIds", "type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredSiteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registeredAt__between", "type": "string", "description": "Date range for first registration time (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastActiveDate__between", "type": "string", "description": "Date range for last active date(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__between", "type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "isActive", "type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isPendingUninstall", "type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "infected", "type": "boolean", "description": "Include only Agents with at least one active threat", "required": false}, {"in": "query", "name": "isUpToDate", "type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term). Example: \"Linux\".", "required": false}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Agent versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Agent versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersions", "type": "array", "maxItems": 5000, "description": "Network Scanner versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersionsNin", "type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArch", "type": "string", "description": "OS architecture. Example: \"32 bit\".", "enum": ["32 bit", "64 bit", "ARM64"], "required": false}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "OS architectures to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchesNin", "type": "array", "maxItems": 5000, "description": "OS architectures not to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Not included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatuses", "type": "array", "maxItems": 5000, "description": "Included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatusesNin", "type": "array", "maxItems": 5000, "description": "Not included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypes", "type": "array", "maxItems": 5000, "description": "Included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypesNin", "type": "array", "maxItems": 5000, "description": "Not included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypes", "type": "array", "maxItems": 5000, "description": "Included storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatuses", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatusesNin", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domainsNin", "type": "array", "maxItems": 5000, "description": "Not included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "encryptedApplications", "type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalMemory__between", "type": "string", "description": "Total memory range (GB, inclusive). Example: \"4-8\".", "required": false}, {"in": "query", "name": "coreCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "cpuCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "userActionsNeeded", "type": "array", "maxItems": 5000, "description": "Included pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissions", "type": "array", "maxItems": 5000, "description": "Included missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userActionsNeededNin", "type": "array", "maxItems": 5000, "description": "Excluded pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissionsNin", "type": "array", "maxItems": 5000, "description": "Excluded missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery", "type": "string", "description": "An Active Directory query string. Example: \"CN=Managers,DC=sentinelone,DC=com\".", "required": false}, {"in": "query", "name": "hasLocalConfiguration", "type": "boolean", "description": "Agent has a local configuration set", "required": false}, {"in": "query", "name": "consoleMigrationStatuses", "type": "array", "maxItems": 5000, "description": "Migration status in. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "consoleMigrationStatusesNin", "type": "array", "maxItems": 5000, "description": "Migration status nin. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatuses", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status in. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatusesNin", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status nin. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIdsNin", "type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypes", "type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypesNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStates", "type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStates", "type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatuses", "type": "array", "maxItems": 5000, "description": "Status of Network Discovery. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatusesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatus", "type": "string", "description": "[DEPRECATED] Use rangerStatuses. Example: \"NotApplicable\".", "enum": ["NotApplicable", "Enabled", "Disabled"], "required": false}, {"in": "query", "name": "threatRebootRequired", "type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkQuarantineEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firewallEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagsData", "type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "isAdConnector", "type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isHyperAutomate", "type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activeProtection", "type": "array", "maxItems": 5000, "description": "Included agent active protections. Example: \"edr,idr\".", "items": {"type": "string", "enum": ["edr", "idr"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values). Example: \"205,127.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceInet__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values). Example: \"192,10.0.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfacePhysical__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceGatewayMacAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "lastLoggedInUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values). Example: \"admin,johnd1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory username string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory user groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,John\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,Windows\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID). Example: \"Tag#1 - monitoring,Performance machine\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentNamespace__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentPodName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudTags__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "clusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "liveUpdateId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serialNumber__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cpuId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values). Example: \"Intel,AMD\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsClusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskAvailabilityZone__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionFamily__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionRevision__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerNameOrUuid__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Included Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "idsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filterId", "type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "decommissionedAt__gte", "type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lt", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lte", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__gt", "type": "string", "format": null, "description": "Agents decommissioned after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__between", "type": "string", "description": "Date range for decommission time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Agents created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Agents created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Agents created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Agents created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Agents updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Agents updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Agents updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Agents updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "computerName__like", "type": "string", "description": "Match computer name partially (substring). Example: \"Lab1\".", "required": false}, {"in": "query", "name": "computerName", "type": "string", "description": "Computer name. Example: \"My Office Desktop\".", "required": false}, {"in": "query", "name": "agentVersion__lt", "type": "string", "description": "Agents versions less than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__lte", "type": "string", "description": "Agents versions less than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gt", "type": "string", "description": "Agents versions greater than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gte", "type": "string", "description": "Agents versions greater than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__between", "type": "string", "description": "Version range for agent version (format: -, inclusive). Example: \"2.0.0.0-2.1.5.144\".", "required": false}, {"in": "query", "name": "uuid", "type": "string", "description": "Agent's universally unique identifier. Example: \"ff819e70af13be381993075eb0ce5f2f6de05be2\".", "required": false}, {"in": "query", "name": "uuids", "type": "array", "maxItems": 5000, "description": "A list of included UUIDs. Example: \"ff819e70af13be381993075eb0ce5f2f6de05b11,ff819e70af13be381993075eb0ce5f2f6de05c22\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatus", "type": "string", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status. Example: \"none\".", "required": false}, {"in": "query", "name": "threatMitigationStatus", "type": "string", "description": "Include only Agents that have threats with this mitigation status. Example: \"mitigated\".", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"], "required": false}, {"in": "query", "name": "threatResolved", "type": "boolean", "description": "Include only Agents with at least one resolved threat", "required": false}, {"in": "query", "name": "threatHidden", "type": "boolean", "description": "Include only Agents with at least one hidden threat", "required": false}, {"in": "query", "name": "threatContentHash", "type": "string", "description": "Include only Agents that have at least one threat with this content hash. Example: \"cf23df2207d99a74fbe169e3eba035e633b65d94\".", "required": false}, {"in": "query", "name": "threatCreatedAt__lt", "type": "string", "format": null, "description": "Agents with threats reported before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__lte", "type": "string", "format": null, "description": "Agents with threats reported before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gt", "type": "string", "format": null, "description": "Agents with threats reported after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gte", "type": "string", "format": null, "description": "Agents with threats reported after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__between", "type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activeThreats", "type": "integer", "description": "Include Agents with this amount of active threats. Example: \"3\".", "required": false}, {"in": "query", "name": "activeThreats__gt", "type": "integer", "description": "Include Agents with at least this amount of active threats. Example: \"5\".", "required": false}, {"in": "query", "name": "mitigationMode", "type": "string", "description": "Agent mitigation mode policy. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "mitigationModeSuspicious", "type": "string", "description": "Mitigation mode policy for suspicious activity. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "registeredAt__lt", "type": "string", "format": null, "description": "Agents registered before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__lte", "type": "string", "format": null, "description": "Agents registered before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gt", "type": "string", "format": null, "description": "Agents registered after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gte", "type": "string", "format": null, "description": "Agents registered after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lt", "type": "string", "format": null, "description": "Agents last active before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lte", "type": "string", "format": null, "description": "Agents last active before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gt", "type": "string", "format": null, "description": "Agents last active after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gte", "type": "string", "format": null, "description": "Agents last active after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lt", "type": "string", "format": null, "description": "Agents last successful full disk scan before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lte", "type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gt", "type": "string", "format": null, "description": "Agents last successful full disk scan after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gte", "type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "coreCount__lt", "type": "integer", "description": "CPU cores (less than)", "required": false}, {"in": "query", "name": "coreCount__lte", "type": "integer", "description": "CPU cores (less than or equal)", "required": false}, {"in": "query", "name": "coreCount__gt", "type": "integer", "description": "CPU cores (more than)", "required": false}, {"in": "query", "name": "coreCount__gte", "type": "integer", "description": "CPU cores (more than or equal)", "required": false}, {"in": "query", "name": "cpuCount__lt", "type": "integer", "description": "Number of CPUs (less than)", "required": false}, {"in": "query", "name": "cpuCount__lte", "type": "integer", "description": "Number of CPUs (less than or equal)", "required": false}, {"in": "query", "name": "cpuCount__gt", "type": "integer", "description": "Number of CPUs (more than)", "required": false}, {"in": "query", "name": "cpuCount__gte", "type": "integer", "description": "Number of CPUs (more than or equal)", "required": false}, {"in": "query", "name": "totalMemory__lt", "type": "integer", "description": "Memory size (MB, less than)", "required": false}, {"in": "query", "name": "totalMemory__lte", "type": "integer", "description": "Memory size (MB, less than or equal)", "required": false}, {"in": "query", "name": "totalMemory__gt", "type": "integer", "description": "Memory size (MB, more than)", "required": false}, {"in": "query", "name": "totalMemory__gte", "type": "integer", "description": "Memory size (MB, more than or equal)", "required": false}, {"in": "query", "name": "migrationStatus", "type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status. Example: \"N/A\".", "required": false}, {"in": "query", "name": "gatewayIp", "type": "string", "description": "Gateway ip. Example: \"192.168.0.1\".", "required": false}, {"in": "query", "name": "csvFilterId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "rsoLevel", "type": "string", "description": "Supported Remote Script Orchestration level. Example: \"none\".", "enum": ["none", "pro", "ars"], "required": false}, {"in": "query", "name": "remoteOpsForensicsSupported", "type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported", "required": false}, {"in": "query", "name": "hasContainerizedWorkload", "type": "boolean", "description": "Include only Agents protecting containerized workloads", "required": false}, {"in": "query", "name": "windowsOsRevision__gte", "type": "integer", "description": "Agents os revision than or equal to given version", "required": false}, {"in": "query", "name": "windowsOsRevision__lte", "type": "integer", "description": "Agents os revision lower than or equal to given version", "required": false}, {"in": "query", "name": "rsoLevels", "type": "array", "maxItems": 5000, "description": "A list of included rso_levels. Example: \"pro,ars\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Export Agent data to a CSV, for Agents that match the filter. This command exports up to 50000 items (each datum is an item).", "summary": "Export Agents", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_agents_get"}}, "/web/api/v2.1/agents/enable-hyper-automation-pna": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "404": {"description": "Agent not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Enable Agent PNA for Hyperautomation", "summary": "Enable Agent PNA for Hyperautomation", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.edit", "Hyper Automate.connectionsEdit"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_enable-hyper-automation-pna_post"}}, "/web/api/v2.1/agents/disable-hyper-automation-pna": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/agents.schemas_AgentsActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Disable Agent PNA for Hyperautomation", "summary": "Disable PNA for Hyperautomation", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.edit", "Hyper Automate.connectionsEdit"], "x-s1-optional-permissions": null, "operationId": "_web_api_agents_disable-hyper-automation-pna_post"}}, "/web/api/v2.1/export/agents-light": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredGroupIds", "type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filteredSiteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registeredAt__between", "type": "string", "description": "Date range for first registration time (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastActiveDate__between", "type": "string", "description": "Date range for last active date(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__between", "type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "isActive", "type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isPendingUninstall", "type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "infected", "type": "boolean", "description": "Include only Agents with at least one active threat", "required": false}, {"in": "query", "name": "isUpToDate", "type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term). Example: \"Linux\".", "required": false}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Agent versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Agent versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersions", "type": "array", "maxItems": 5000, "description": "Network Scanner versions to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersionsNin", "type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include. Example: \"2.0.0.0,2.1.5.144\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArch", "type": "string", "description": "OS architecture. Example: \"32 bit\".", "enum": ["32 bit", "64 bit", "ARM64"], "required": false}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "OS architectures to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchesNin", "type": "array", "maxItems": 5000, "description": "OS architectures not to include. Example: \"32 bit,64 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Not included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatuses", "type": "array", "maxItems": 5000, "description": "Included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatusesNin", "type": "array", "maxItems": 5000, "description": "Not included scan statuses. Example: \"started,aborted\".", "items": {"type": "string", "enum": ["none", "started", "aborted", "finished"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypes", "type": "array", "maxItems": 5000, "description": "Included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "machineTypesNin", "type": "array", "maxItems": 5000, "description": "Not included machine types. Example: \"laptop,desktop\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypes", "type": "array", "maxItems": 5000, "description": "Included storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storageTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded storage types. Example: \"NetApp,Dell,S3\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatuses", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkStatusesNin", "type": "array", "maxItems": 5000, "description": "Included network statuses. Example: \"connected,connecting\".", "items": {"type": "string", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "domainsNin", "type": "array", "maxItems": 5000, "description": "Not included network domains. Example: \"mybusiness.net,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "encryptedApplications", "type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalMemory__between", "type": "string", "description": "Total memory range (GB, inclusive). Example: \"4-8\".", "required": false}, {"in": "query", "name": "coreCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "cpuCount__between", "type": "string", "description": "Possible number of CPU cores (inclusive). Example: \"2-8\".", "required": false}, {"in": "query", "name": "userActionsNeeded", "type": "array", "maxItems": 5000, "description": "Included pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissions", "type": "array", "maxItems": 5000, "description": "Included missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userActionsNeededNin", "type": "array", "maxItems": 5000, "description": "Excluded pending user actions. Example: \"reboot_needed,upgrade_needed\".", "items": {"type": "string", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "missingPermissionsNin", "type": "array", "maxItems": 5000, "description": "Excluded missing permissions. Example: \"user_action_needed_bluetooth_per,user_action_needed_fda_helper\".", "items": {"type": "string", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery", "type": "string", "description": "An Active Directory query string. Example: \"CN=Managers,DC=sentinelone,DC=com\".", "required": false}, {"in": "query", "name": "hasLocalConfiguration", "type": "boolean", "description": "Agent has a local configuration set", "required": false}, {"in": "query", "name": "consoleMigrationStatuses", "type": "array", "maxItems": 5000, "description": "Migration status in. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "consoleMigrationStatusesNin", "type": "array", "maxItems": 5000, "description": "Migration status nin. Example: \"N/A\".", "items": {"type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatuses", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status in. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "appsVulnerabilityStatusesNin", "type": "array", "maxItems": 5000, "description": "Apps vulnerability status nin. Example: \"patch_required\".", "items": {"type": "string", "enum": ["patch_required", "up_to_date", "not_applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIdsNin", "type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypes", "type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installerTypesNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStates", "type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "operationalStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStates", "type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "remoteProfilingStatesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatuses", "type": "array", "maxItems": 5000, "description": "Status of Network Discovery. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatusesNin", "type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses. Example: \"NotApplicable\".", "items": {"type": "string", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerStatus", "type": "string", "description": "[DEPRECATED] Use rangerStatuses. Example: \"NotApplicable\".", "enum": ["NotApplicable", "Enabled", "Disabled"], "required": false}, {"in": "query", "name": "threatRebootRequired", "type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkQuarantineEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firewallEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationEnabled", "type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagsData", "type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "isAdConnector", "type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isHyperAutomate", "type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "activeProtection", "type": "array", "maxItems": 5000, "description": "Included agent active protections. Example: \"edr,idr\".", "items": {"type": "string", "enum": ["edr", "idr"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values). Example: \"205,127.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceInet__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values). Example: \"192,10.0.0\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfacePhysical__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkInterfaceGatewayMacAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values). Example: \"aa:0f,:41:\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "lastLoggedInUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values). Example: \"admin,johnd1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory username string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory user groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adUserQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,John\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerMember__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer groups string (supports multiple values). Example: \"DC=sentinelone\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "adComputerQuery__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values). Example: \"DC=sentinelone,Windows\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID). Example: \"Tag#1 - monitoring,Performance machine\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentNamespace__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentPodName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudTags__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "clusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "liveUpdateId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serialNumber__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cpuId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values). Example: \"Intel,AMD\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsType__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsVersion__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsClusterName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskAvailabilityZone__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceName__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsServiceArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionFamily__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionRevision__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ecsTaskDefinitionArn__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerNameOrUuid__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Included Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "idsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filterId", "type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "decommissionedAt__gte", "type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lt", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__lte", "type": "string", "format": null, "description": "Agents decommissioned before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__gt", "type": "string", "format": null, "description": "Agents decommissioned after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "decommissionedAt__between", "type": "string", "description": "Date range for decommission time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Agents created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Agents created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Agents created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Agents created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Agents updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Agents updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Agents updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Agents updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "computerName__like", "type": "string", "description": "Match computer name partially (substring). Example: \"Lab1\".", "required": false}, {"in": "query", "name": "computerName", "type": "string", "description": "Computer name. Example: \"My Office Desktop\".", "required": false}, {"in": "query", "name": "agentVersion__lt", "type": "string", "description": "Agents versions less than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__lte", "type": "string", "description": "Agents versions less than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gt", "type": "string", "description": "Agents versions greater than given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__gte", "type": "string", "description": "Agents versions greater than or equal to given version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "agentVersion__between", "type": "string", "description": "Version range for agent version (format: -, inclusive). Example: \"2.0.0.0-2.1.5.144\".", "required": false}, {"in": "query", "name": "uuid", "type": "string", "description": "Agent's universally unique identifier. Example: \"ff819e70af13be381993075eb0ce5f2f6de05be2\".", "required": false}, {"in": "query", "name": "uuids", "type": "array", "maxItems": 5000, "description": "A list of included UUIDs. Example: \"ff819e70af13be381993075eb0ce5f2f6de05b11,ff819e70af13be381993075eb0ce5f2f6de05c22\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanStatus", "type": "string", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status. Example: \"none\".", "required": false}, {"in": "query", "name": "threatMitigationStatus", "type": "string", "description": "Include only Agents that have threats with this mitigation status. Example: \"mitigated\".", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"], "required": false}, {"in": "query", "name": "threatResolved", "type": "boolean", "description": "Include only Agents with at least one resolved threat", "required": false}, {"in": "query", "name": "threatHidden", "type": "boolean", "description": "Include only Agents with at least one hidden threat", "required": false}, {"in": "query", "name": "threatContentHash", "type": "string", "description": "Include only Agents that have at least one threat with this content hash. Example: \"cf23df2207d99a74fbe169e3eba035e633b65d94\".", "required": false}, {"in": "query", "name": "threatCreatedAt__lt", "type": "string", "format": null, "description": "Agents with threats reported before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__lte", "type": "string", "format": null, "description": "Agents with threats reported before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gt", "type": "string", "format": null, "description": "Agents with threats reported after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__gte", "type": "string", "format": null, "description": "Agents with threats reported after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "threatCreatedAt__between", "type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "activeThreats", "type": "integer", "description": "Include Agents with this amount of active threats. Example: \"3\".", "required": false}, {"in": "query", "name": "activeThreats__gt", "type": "integer", "description": "Include Agents with at least this amount of active threats. Example: \"5\".", "required": false}, {"in": "query", "name": "mitigationMode", "type": "string", "description": "Agent mitigation mode policy. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "mitigationModeSuspicious", "type": "string", "description": "Mitigation mode policy for suspicious activity. Example: \"detect\".", "enum": ["detect", "protect"], "required": false}, {"in": "query", "name": "registeredAt__lt", "type": "string", "format": null, "description": "Agents registered before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__lte", "type": "string", "format": null, "description": "Agents registered before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gt", "type": "string", "format": null, "description": "Agents registered after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registeredAt__gte", "type": "string", "format": null, "description": "Agents registered after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lt", "type": "string", "format": null, "description": "Agents last active before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__lte", "type": "string", "format": null, "description": "Agents last active before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gt", "type": "string", "format": null, "description": "Agents last active after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActiveDate__gte", "type": "string", "format": null, "description": "Agents last active after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lt", "type": "string", "format": null, "description": "Agents last successful full disk scan before this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__lte", "type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gt", "type": "string", "format": null, "description": "Agents last successful full disk scan after this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSuccessfulScanDate__gte", "type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "coreCount__lt", "type": "integer", "description": "CPU cores (less than)", "required": false}, {"in": "query", "name": "coreCount__lte", "type": "integer", "description": "CPU cores (less than or equal)", "required": false}, {"in": "query", "name": "coreCount__gt", "type": "integer", "description": "CPU cores (more than)", "required": false}, {"in": "query", "name": "coreCount__gte", "type": "integer", "description": "CPU cores (more than or equal)", "required": false}, {"in": "query", "name": "cpuCount__lt", "type": "integer", "description": "Number of CPUs (less than)", "required": false}, {"in": "query", "name": "cpuCount__lte", "type": "integer", "description": "Number of CPUs (less than or equal)", "required": false}, {"in": "query", "name": "cpuCount__gt", "type": "integer", "description": "Number of CPUs (more than)", "required": false}, {"in": "query", "name": "cpuCount__gte", "type": "integer", "description": "Number of CPUs (more than or equal)", "required": false}, {"in": "query", "name": "totalMemory__lt", "type": "integer", "description": "Memory size (MB, less than)", "required": false}, {"in": "query", "name": "totalMemory__lte", "type": "integer", "description": "Memory size (MB, less than or equal)", "required": false}, {"in": "query", "name": "totalMemory__gt", "type": "integer", "description": "Memory size (MB, more than)", "required": false}, {"in": "query", "name": "totalMemory__gte", "type": "integer", "description": "Memory size (MB, more than or equal)", "required": false}, {"in": "query", "name": "migrationStatus", "type": "string", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status. Example: \"N/A\".", "required": false}, {"in": "query", "name": "gatewayIp", "type": "string", "description": "Gateway ip. Example: \"192.168.0.1\".", "required": false}, {"in": "query", "name": "csvFilterId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "rsoLevel", "type": "string", "description": "Supported Remote Script Orchestration level. Example: \"none\".", "enum": ["none", "pro", "ars"], "required": false}, {"in": "query", "name": "remoteOpsForensicsSupported", "type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported", "required": false}, {"in": "query", "name": "hasContainerizedWorkload", "type": "boolean", "description": "Include only Agents protecting containerized workloads", "required": false}, {"in": "query", "name": "windowsOsRevision__gte", "type": "integer", "description": "Agents os revision than or equal to given version", "required": false}, {"in": "query", "name": "windowsOsRevision__lte", "type": "integer", "description": "Agents os revision lower than or equal to given version", "required": false}, {"in": "query", "name": "rsoLevels", "type": "array", "maxItems": 5000, "description": "A list of included rso_levels. Example: \"pro,ars\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Export Agent data to a CSV, for Agents that match the filter. This command exports up to 300000 items (each datum is an item).", "summary": "Export Agents - Light", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_agents-light_get"}}, "/web/api/v2.1/agents/tags": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["key", "value", "description", "updatedAt", "createdBy", "updatedBy", "scopePath"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return tags from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return tags from children scope levels", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of tag IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "key__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by tag key. Example: \"server\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on fields key, value, description", "required": false}, {"in": "query", "name": "key", "type": "string", "minLength": 2, "description": "Tag key", "required": false}, {"in": "query", "name": "value", "type": "string", "minLength": 2, "description": "Tag value", "required": false}, {"in": "query", "name": "description", "type": "string", "minLength": 2, "description": "Tag description", "required": false}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "createdBy", "type": "string", "description": "Created by", "required": false}, {"in": "query", "name": "updatedBy", "type": "string", "description": "Updated by", "required": false}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by tag value. Example: \"server\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeEndpointCounters", "type": "boolean", "description": "Include endpoint counters", "required": false}, {"in": "query", "name": "includeExclusionCounters", "type": "boolean", "description": "Include exclusion counters", "required": false}, {"in": "query", "name": "isDecommissioned", "type": "array", "maxItems": 5000, "description": "Filter endpoint counts by decommissioned status: [False] for active only, [True] for decommissioned only, [True, False] for both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "isUninstalled", "type": "array", "maxItems": 5000, "description": "Filter endpoint counts by uninstalled status: [False] for installed only, [True] for uninstalled only, [True, False] for both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/tag_manager.schemas_AgentTagSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get endpoint Tags.", "summary": "Get the endpoint tags that match the filters.", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": ["Tag Management.edit"], "operationId": "_web_api_agents_tags_get"}}, "/web/api/v2.1/agents/tags/filters-count": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return tags from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return tags from children scope levels", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of tag IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "key__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by tag key. Example: \"server\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on fields key, value, description", "required": false}, {"in": "query", "name": "key", "type": "string", "minLength": 2, "description": "Tag key", "required": false}, {"in": "query", "name": "value", "type": "string", "minLength": 2, "description": "Tag value", "required": false}, {"in": "query", "name": "description", "type": "string", "minLength": 2, "description": "Tag description", "required": false}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "createdBy", "type": "string", "description": "Created by", "required": false}, {"in": "query", "name": "updatedBy", "type": "string", "description": "Updated by", "required": false}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by tag value. Example: \"server\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Agents"], "produces": ["application/json"], "description": "Get endpoint Tags filter counts.", "summary": "Endpoint tags count by Filters", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": ["Tag Management.edit"], "operationId": "_web_api_agents_tags_filters-count_get"}}, "/web/api/v2.1/agent-artifacts/token": {"get": {"description": "Lists valid access tokens for the S1 Agent Artifacts Repository, with the option to filter by scope", "consumes": ["application/json"], "produces": ["application/json"], "tags": ["Agents Repository (Beta)"], "summary": "List Access Tokens", "parameters": [{"type": "string", "description": "Scope level to list the tokens for. Possible values: 'site', 'account', 'tenant'", "name": "scope_level", "in": "query"}, {"type": "integer", "description": "Scope id to list the tokens for, example: '983604236220743370'", "name": "scope_id", "in": "query"}, {"type": "integer", "description": "The number of tokens to return, for example: '10'. Optional", "name": "limit", "in": "query"}, {"type": "integer", "description": "The number of tokens to skip before starting to collect the result, for example: '2'. Optional", "name": "offset", "in": "query"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/handlers.ListTokensResponse"}}, "400": {"description": "Invalid request"}, "401": {"description": "Unauthorized"}, "500": {"description": "Internal error"}}, "x-s1-required-permissions": ["Agent Artifacts.listAccessTokens"], "operationId": "_web_api_agent-artifacts_token_get"}, "post": {"description": "Creates an access token for the S1 Agent Artifacts Repository, which is needed for pulling artifacts", "consumes": ["application/json"], "produces": ["application/json"], "tags": ["Agents Repository (Beta)"], "summary": "Create Access Token", "parameters": [{"description": "expected request body", "name": "request", "in": "body", "required": true, "schema": {"$ref": "#/definitions/handlers.TokenRequest"}}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/handlers.TokenResponse"}}, "400": {"description": "Invalid request"}, "401": {"description": "Unauthorized"}, "500": {"description": "Internal Error"}}, "x-s1-required-permissions": ["Agent Artifacts.create"], "operationId": "_web_api_agent-artifacts_token_post"}, "delete": {"description": "Deletes an access token for the S1 Agent Artifacts Repository", "consumes": ["application/json"], "produces": ["application/json"], "tags": ["Agents Repository (Beta)"], "summary": "Delete Access Token", "parameters": [{"type": "string", "description": "Scope level to list the tokens for. Possible values: 'site', 'account'", "name": "scope_level", "in": "query"}, {"type": "integer", "description": "Scope id to list the tokens for, example: '983604236220743370'", "name": "scope_id", "in": "query"}, {"type": "integer", "description": "token id of the token to be deleted, example: '42'", "name": "token_id", "in": "query"}], "responses": {"200": {"description": "Token deleted"}, "400": {"description": "Invalid request"}, "401": {"description": "Unauthorized"}, "404": {"description": "Not found"}, "500": {"description": "Internal error"}}, "x-s1-required-permissions": ["Agent Artifacts.delete"], "operationId": "_web_api_agent-artifacts_token_delete"}}, "/web/api/v2.1/application-management/risks": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "riskUpdatedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationNames", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application names. Example: \"Office 1.1,Test\".", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by domain (supports multiple values). Example: \"mybusiness,workgroup\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available for Singularity Vulnerability Management SKU. Example: \"FUNCTIONAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "mitigationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filters by the application's mitigation status values.Available for Singularity Vulnerability Management SKU. Example: \"Not mitigated,To be patched,On hold\".", "items": {"type": "string", "enum": ["NOT_MITIGATED", "TO_BE_PATCHED", "ON_HOLD"]}}, {"in": "query", "name": "publishedDate__between", "required": false, "type": "string", "description": "Date range for CVE publish date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "riskScore__between", "required": false, "type": "string", "description": "Risk score (inclusive). Available for Singularity Vulnerability Management SKU. Example: \"5-8.9\"."}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available for Singularity Vulnerability Management SKU. Example: \"OFFICIAL_FIX,TEMPORARY_FIX\".", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "applicationVendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "publishedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "accountId", "siteId", "cveId", "endpointName", "application", "applicationVendor", "baseScore", "severity", "daysDetected", "detectionDate", "publishedDate", "lastScanDate", "lastScanResult", "nvdBaseScore", "riskScore", "exploitCodeMaturity", "remediationLevel", "reportConfidence", "mitigationStatus"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available for Singularity Vulnerability Management SKU. Example: \"EXPLOITED_UNKNOWN,YES\".", "items": {"type": "string"}}, {"in": "query", "name": "riskUpdatedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "includeRemovals", "required": false, "type": "boolean", "description": "Include also removed CVEs in the results"}, {"in": "query", "name": "riskUpdatedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates after or at this timestamp. Recommended for fetching delta-changes. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "analystVerdict", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include Default(not edited)/ False Positives / Added CVEs for Vulnerabilities. Example: \"Default,False Positive,Added CVE\".", "items": {"type": "string", "enum": ["Default", "False Positive", "Added CVE"]}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness,workgroup\".", "items": {"type": "string"}}, {"in": "query", "name": "publishedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for CVE detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "publishedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "reportConfidence", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included report confidence values. Available for Singularity Vulnerability Management SKU. Example: \"REASONABLE,CONFIRMED\".", "items": {"type": "string"}}, {"in": "query", "name": "riskUpdatedDate__between", "required": false, "type": "string", "description": "Significant CVE updates within this date range(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "riskUpdatedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "application__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name and version (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "lastScanResults", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included last scan results. Example: \"Succeeded\".", "items": {"type": "string", "enum": ["Succeeded", "Failed"]}}, {"in": "query", "name": "daysFromCveDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from CVE detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_BaseRisksCveSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get the CVE vulnerability data for each CVE.", "summary": "Get CVE data", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_get"}}, "/web/api/v2.1/application-management/risks/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "riskUpdatedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationNames", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application names. Example: \"Office 1.1,Test\".", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by domain (supports multiple values). Example: \"mybusiness,workgroup\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available for Singularity Vulnerability Management SKU. Example: \"FUNCTIONAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "mitigationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filters by the application's mitigation status values.Available for Singularity Vulnerability Management SKU. Example: \"Not mitigated,To be patched,On hold\".", "items": {"type": "string", "enum": ["NOT_MITIGATED", "TO_BE_PATCHED", "ON_HOLD"]}}, {"in": "query", "name": "publishedDate__between", "required": false, "type": "string", "description": "Date range for CVE publish date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "riskScore__between", "required": false, "type": "string", "description": "Risk score (inclusive). Available for Singularity Vulnerability Management SKU. Example: \"5-8.9\"."}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available for Singularity Vulnerability Management SKU. Example: \"OFFICIAL_FIX,TEMPORARY_FIX\".", "items": {"type": "string"}}, {"in": "query", "name": "applicationVendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "publishedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "includeRemovals", "required": false, "type": "boolean", "description": "Include also removed CVEs in the results"}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available for Singularity Vulnerability Management SKU. Example: \"EXPLOITED_UNKNOWN,YES\".", "items": {"type": "string"}}, {"in": "query", "name": "riskUpdatedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "riskUpdatedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates after or at this timestamp. Recommended for fetching delta-changes. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "analystVerdict", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include Default(not edited)/ False Positives / Added CVEs for Vulnerabilities. Example: \"Default,False Positive,Added CVE\".", "items": {"type": "string", "enum": ["Default", "False Positive", "Added CVE"]}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness,workgroup\".", "items": {"type": "string"}}, {"in": "query", "name": "publishedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for CVE detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "reportConfidence", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included report confidence values. Available for Singularity Vulnerability Management SKU. Example: \"REASONABLE,CONFIRMED\".", "items": {"type": "string"}}, {"in": "query", "name": "riskUpdatedDate__between", "required": false, "type": "string", "description": "Significant CVE updates within this date range(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "riskUpdatedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Significant CVE updates before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "application__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name and version (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "lastScanResults", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included last scan results. Example: \"Succeeded\".", "items": {"type": "string", "enum": ["Succeeded", "Failed"]}}, {"in": "query", "name": "daysFromCveDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from CVE detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export risks data to CSV.", "summary": "Risks Data Export", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_export_csv_get"}}, "/web/api/v2.1/application-management/scan": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_ScanPostSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Initiate application vulnerability scan.", "summary": "Initiate scan", "consumes": ["application/json"], "x-s1-required-permissions": ["Applications Page.scanVulnerabilities"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_scan_post"}}, "/web/api/v2.1/application-management/inventory": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["applicationName", "applicationVendor", "applicationVersionsCount", "endpointsCount"]}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by os version (supports multiple values). Example: \"Windows 7 ServicePack1\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osArchitectures", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS architectures", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_ApplicationInventorySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get application inventory data grouped by application name and vendor.", "summary": "Get Application Inventory", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_inventory_get"}}, "/web/api/v2.1/application-management/inventory/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by os version (supports multiple values). Example: \"Windows 7 ServicePack1\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osArchitectures", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS architectures", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export application inventory data to CSV.", "summary": "Inventory Data Export", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_inventory_export_csv_get"}}, "/web/api/v2.1/application-management/inventory/endpoints": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "applicationName", "required": true, "type": "string", "description": "Name"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["endpointName", "endpointType", "osType", "osVersion", "accountName", "siteName", "groupName", "version", "fileSize", "detectionDate", "applicationInstallationDate", "cpuCount", "coreCount", "osArch", "applicationInstallationPath"]}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationVendor", "required": true, "type": "string", "description": "Vendor"}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "versions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osArchitectures", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS architectures", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_ApplicationInventoryEndpointsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get endpoint data for a specific application.", "summary": "Get App Inventory Endpoints", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_inventory_endpoints_get"}}, "/web/api/v2.1/application-management/inventory/endpoints/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "applicationName", "required": true, "type": "string", "description": "Name"}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationVendor", "required": true, "type": "string", "description": "Vendor"}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "versions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "osArchitectures", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS architectures", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export application inventory endpoints data to CSV.", "summary": "Inventory Endpoints Data Export", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_inventory_endpoints_export_csv_get"}}, "/web/api/v2.1/application-management/risks/cves": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "applicationIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions by id. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationVendor", "required": false, "type": "string", "description": "Application vendor"}, {"in": "query", "name": "publishedDate__between", "required": false, "type": "string", "description": "Date range for CVE publish date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "applicationName", "required": false, "type": "string", "description": "Application name"}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"OFFICIAL_FIX,TEMPORARY_FIX\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "publishedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["cveId", "severity", "nvdBaseScore", "publishedDate", "riskScore", "exploitedInTheWild", "exploitCodeMaturity", "remediationLevel", "reportConfidence"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"EXPLOITED_UNKNOWN,YES\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "publishedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "publishedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "reportConfidence", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included report confidence values. Available with Ranger Insights. Example: \"REASONABLE,CONFIRMED\".", "items": {"type": "string", "enum": ["Not Defined", "Reasonable", "Unknown", "Confirmed"]}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "applicationVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "analystVerdict", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include Default(not edited)/ False Positives / Added CVEs for Vulnerabilities. Example: \"Default,False Positive,Added CVE\".", "items": {"type": "string", "enum": ["Added CVE", "False Positive", "Default"]}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"FUNCTIONAL,HIGH\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_RiskyCVEsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get CVE data for a specific application. Use applicationIds query parameter to include a single application id (required). For Ranger Insights license users, either use the applicationIds query parameter that can include multiple application IDs, or the applicationName and applicationVendors query parameters.", "summary": "Get Application CVEs", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_cves_get"}}, "/web/api/v2.1/application-management/risks/cves/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions by id. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationVendor", "required": false, "type": "string", "description": "Application vendor"}, {"in": "query", "name": "publishedDate__between", "required": false, "type": "string", "description": "Date range for CVE publish date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "applicationName", "required": false, "type": "string", "description": "Application name"}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"OFFICIAL_FIX,TEMPORARY_FIX\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "publishedDate__gte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"EXPLOITED_UNKNOWN,YES\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "publishedDate__lt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__gt", "required": false, "type": "string", "format": "date-time", "description": "CVE published date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "publishedDate__lte", "required": false, "type": "string", "format": "date-time", "description": "CVE published date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "reportConfidence", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included report confidence values. Available with Ranger Insights. Example: \"REASONABLE,CONFIRMED\".", "items": {"type": "string", "enum": ["Not Defined", "Reasonable", "Unknown", "Confirmed"]}}, {"in": "query", "name": "applicationVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "analystVerdict", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include Default(not edited)/ False Positives / Added CVEs for Vulnerabilities. Example: \"Default,False Positive,Added CVE\".", "items": {"type": "string", "enum": ["Added CVE", "False Positive", "Default"]}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"FUNCTIONAL,HIGH\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export CVE data to CSV. Use applicationIds query parameter to include a single application id (required). For Ranger Insights license users, either use the applicationIds query parameter that can include multiple application IDs, or the applicationName and applicationVendors query parameters.", "summary": "Application CVE Data Export", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_cves_export_csv_get"}}, "/web/api/v2.1/application-management/risks/aggregated-applications": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "highestSeverities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included highest severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Application type. Available with Ranger Insights. Example: \"A,p,p,l,i,c,a,t,i,o,n\".", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"Functional,High\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}, {"in": "query", "name": "mostCommonStatuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included most common status values. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"Official Fix,Temporary Fix\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name", "vendor", "highestRiskScore", "highestNvdBaseScore", "highestSeverity", "exploitedInTheWild", "exploitCodeMaturity", "remediationLevel", "detectionDate", "daysDetected", "versionCount", "cveCount", "endpointCount", "applicationType", "mostCommonStatus"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"Unknown,Yes\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included domains.", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types. Example: \"desktop,laptop\".", "items": {"type": "string"}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"windows,linux\".", "items": {"type": "string"}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_RisksByAggregatedApplicationsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get data for all applications. Available with Ranger Insights license.", "summary": "Get Aggregated Applications With Risk", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_aggregated-applications_get"}}, "/web/api/v2.1/application-management/risks/aggregated-applications/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "highestSeverities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included highest severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Application type. Available with Ranger Insights. Example: \"A,p,p,l,i,c,a,t,i,o,n\".", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"Functional,High\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}, {"in": "query", "name": "mostCommonStatuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included most common status values. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"Official Fix,Temporary Fix\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"Unknown,Yes\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included domains.", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types. Example: \"desktop,laptop\".", "items": {"type": "string"}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"windows,linux\".", "items": {"type": "string"}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export aggregated application data to CSV. Available with Ranger Insights license.", "summary": "Aggregated Application Risk Data Export", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_aggregated-applications_export_csv_get"}}, "/web/api/v2.1/application-management/risks/applications": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "highestSeverities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included highest severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Application type. Available with Ranger Insights. Example: \"A,p,p,l,i,c,a,t,i,o,n\".", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"Functional,High\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}, {"in": "query", "name": "mostCommonStatuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included most common status values. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"Official Fix,Temporary Fix\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name", "vendor", "highestNvdBaseScore", "highestSeverity", "cveCount", "endpointCount", "detectionDate", "daysDetected", "highestRiskScore", "exploitedInTheWild", "exploitCodeMaturity", "remediationLevel", "mostCommonStatus", "applicationType", "endpointsWithoutTicket"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"Unknown,Yes\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included domains.", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "application__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name and version (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types. Example: \"desktop,laptop\".", "items": {"type": "string"}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"windows,linux\".", "items": {"type": "string"}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_RisksByApplicationsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get data for each version of all applications.", "summary": "Get Applications With Risk", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_applications_get"}}, "/web/api/v2.1/application-management/risks/applications/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "highestSeverities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included highest severities. Example: \"CRITICAL,HIGH\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Application type. Available with Ranger Insights. Example: \"A,p,p,l,i,c,a,t,i,o,n\".", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "exploitCodeMaturity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploit code maturity values. Available with Ranger Insights. Example: \"Functional,High\".", "items": {"type": "string", "enum": ["Unproven", "High", "Not Defined", "Proof of Concept", "Functional"]}}, {"in": "query", "name": "mostCommonStatuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included most common status values. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "remediationLevels", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included remediation level values. Available with Ranger Insights. Example: \"Official Fix,Temporary Fix\".", "items": {"type": "string", "enum": ["Temporary Fix", "Not Defined", "Official Fix", "Workaround", "Unavailable"]}}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "exploitedInTheWild", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included exploited in the wild values. Available with Ranger Insights. Example: \"Unknown,Yes\".", "items": {"type": "string", "enum": ["Not Defined", "Unknown", "Yes"]}}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included domains.", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "vendors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included vendors. Example: \"Microsoft,Apple\".", "items": {"type": "string"}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "application__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by application name and version (supports multiple values). Example: \"Office 1.1,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cveId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 50, "description": "Free-text filter by CVE id (supports multiple values). Example: \"CVE-1234-5678\".", "items": {"type": "string", "minLength": 9}}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types. Example: \"desktop,laptop\".", "items": {"type": "string"}}, {"in": "query", "name": "vendor__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by vendor (supports multiple values). Example: \"Microsoft,Apple\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"windows,linux\".", "items": {"type": "string"}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export application data to CSV.", "summary": "Application Risk Data Export", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_applications_export_csv_get"}}, "/web/api/v2.1/application-management/risks/endpoints": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "statusMessage__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by status message (supports multiple values). Available with Ranger Insights. Example: \"assigned to john,top priority\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "applicationIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions by id. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationVendor", "required": false, "type": "string", "description": "Application vendor"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by domain (supports multiple values). Example: \"mybusiness,workgroup\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "daysToMitigation__between", "required": false, "type": "string", "description": "Date range for days left to mitigation. Available with Ranger Insights when using ticket integration. Example: \"1-30\"."}, {"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included statuses. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "applicationName", "required": false, "type": "string", "description": "Application name"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name", "osType", "osVersion", "endpointType", "account", "site", "group", "domain", "detectionDate", "daysDetected", "applicationVersion", "lastScanDate", "lastScanResult", "status", "daysToMitigation"]}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "lastScanDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Last scan date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint domains", "items": {"type": "string"}}, {"in": "query", "name": "lastScanDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Last scan date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "endpointId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint id (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "applicationVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "ticketId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by ticket id. Available with Ranger Insights when using ticket integration. Example: \"ABC-123,ABCD-100\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "lastScanDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Last scan date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "lastScanDate__between", "required": false, "type": "string", "description": "Date range for last scan date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "lastScanResults", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included last scan results. Example: \"Succeeded\".", "items": {"type": "string", "enum": ["Succeeded", "Failed"]}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}, {"in": "query", "name": "lastScanDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Last scan date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_RiskyEndpointsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get a list of all endpoints installed with a specific application that contains vulnerabilities. Use applicationIds query parameter to include a single application id (required). For Ranger Insights license users, either use the applicationIds query parameter that can include multiple application IDs, or the applicationName and applicationVendors query parameters.", "summary": "Get Endpoints For Vulnerable App", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_endpoints_get"}}, "/web/api/v2.1/application-management/risks/endpoints/export/csv": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "statusMessage__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by status message (supports multiple values). Available with Ranger Insights. Example: \"assigned to john,top priority\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "applicationIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions by id. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "detectionDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "applicationVendor", "required": false, "type": "string", "description": "Application vendor"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by domain (supports multiple values). Example: \"mybusiness,workgroup\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "daysToMitigation__between", "required": false, "type": "string", "description": "Date range for days left to mitigation. Available with Ranger Insights when using ticket integration. Example: \"1-30\"."}, {"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included statuses. Available with Ranger Insights.", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "type": "string", "description": "Application name"}, {"in": "query", "name": "csvDelimiter", "required": false, "type": "string", "description": "\"Optionally specify character to be used as CSV delimiter. Defaults to \",\". Example: \",\".", "enum": [",", ";"]}, {"in": "query", "name": "endpointUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint uuid (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "lastScanDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Last scan date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "osVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS versions", "items": {"type": "string"}}, {"in": "query", "name": "domains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint domains", "items": {"type": "string"}}, {"in": "query", "name": "lastScanDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Last scan date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__lt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "endpointId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint id (supports multiple values)", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "detectionDate__gt", "required": false, "type": "string", "format": "date-time", "description": "Application detection date after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "detectionDate__between", "required": false, "type": "string", "description": "Date range for application detection date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "detectionDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Application detection date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "applicationVersions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included application versions", "items": {"type": "string"}}, {"in": "query", "name": "ticketId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by ticket id. Available with Ranger Insights when using ticket integration. Example: \"ABC-123,ABCD-100\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "endpointName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 100, "description": "Free-text filter by endpoint name (supports multiple values). Example: \"Office,Test\".", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "lastScanDate__lte", "required": false, "type": "string", "format": "date-time", "description": "Last scan date before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "lastScanDate__between", "required": false, "type": "string", "description": "Date range for last scan date(format: -, inclusive). Example: \"1514978890136-1514978650130\"."}, {"in": "query", "name": "endpointTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included endpoint types", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "lastScanResults", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included last scan results. Example: \"Succeeded\".", "items": {"type": "string", "enum": ["Succeeded", "Failed"]}}, {"in": "query", "name": "daysFromDetection", "required": false, "type": "integer", "format": "int32", "minimum": 0, "maximum": 28, "description": "Days from application detection, e.g. 12 days or more. Example: \"12\"."}, {"in": "query", "name": "lastScanDate__gte", "required": false, "type": "string", "format": "date-time", "description": "Last scan date after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\"."}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Export endpoint data to CSV. Use applicationIds query parameter to include a single application id (required). For Ranger Insights license users, either use the applicationIds query parameter that can include multiple application IDs, or the applicationName and applicationVendors query parameters.", "summary": "Risk Endpoint Data Export", "x-s1-required-permissions": ["Applications Page.viewRisks"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_risks_endpoints_export_csv_get"}}, "/web/api/v2.1/application-management/inventory/applications": {"get": {"parameters": [{"in": "query", "name": "ids", "required": true, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Agent ID list. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.application_management_schemas_AgentApplicationsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management"], "produces": ["application/json"], "description": "Get the installed applications for a specific endpoint.
To get the Agent ID, run \"agents\".", "summary": "Get Endpoint Apps", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_inventory_applications_get"}}, "/web/api/v2.1/application-management/settings": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.application_management.settings_filters_ApplicationManagementSettingsSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.settings_filters_ApplicationManagementSettingsDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management Settings"], "produces": ["application/json"], "description": "Update Application Management Settings", "summary": "Update Application Management Settings", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Applications Page.scanVulnerabilities", "Applications Page.changeVulnerabilitiesScanPolicy"], "operationId": "_web_api_application-management_settings_post"}, "get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Group ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.application_management.settings_filters_ApplicationManagementSettingsDataSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Management Settings"], "produces": ["application/json"], "description": "Get Application Management settings.", "summary": "Get Application Management Settings", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_application-management_settings_get"}}, "/web/api/v2.1/export/installed-applications": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter by application IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Filter by OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Filter not by OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypes", "type": "array", "maxItems": 5000, "description": "Filter by endpoint machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypesNin", "type": "array", "maxItems": 5000, "description": "Filter not by endpoint machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installedAt__between", "type": "string", "description": "Filter by installation date range", "required": false}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Filter by application types. Example: \"app\".", "items": {"type": "string", "enum": ["app", "kb", "patch", "chromeExtension", "edgeExtension", "firefoxExtension", "safariExtension"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "typesNin", "type": "array", "maxItems": 5000, "description": "Filter not by application types. Example: \"app\".", "items": {"type": "string", "enum": ["app", "kb", "patch", "chromeExtension", "edgeExtension", "firefoxExtension", "safariExtension"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "riskLevels", "type": "array", "maxItems": 5000, "description": "Filter by risk. Example: \"none\".", "items": {"type": "string", "enum": ["none", "low", "medium", "high", "critical"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "riskLevelsNin", "type": "array", "maxItems": 5000, "description": "Filter not by risk. Example: \"none\".", "items": {"type": "string", "enum": ["none", "low", "medium", "high", "critical"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "size__between", "type": "string", "description": "Filter by application size range (bytes). Example: \"1024-104856\".", "required": false}, {"in": "query", "name": "agentIsDecommissioned", "type": "array", "default": [false], "maxItems": 5000, "description": "Include active agents, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application name (supports multiple values). Example: \"calc\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "version__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application version (supports multiple values). Example: \"1.22.333,build\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "publisher__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application publisher (supports multiple values). Example: \"Sentinel\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentUuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentOsVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Risk"], "produces": ["application/json"], "description": "Export the list of applications installed on endpoints with Application Risk-enabled Agents and their properties, including the CVEs for each application that requires a patch. The CSV file is stored on the Management. Application Risk requires Complete SKU.
This feature is in EA. To join the EA program, contact your SentinelOne Sales Rep.", "summary": "Export Applications", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_installed-applications_get"}}, "/web/api/v2.1/installed-applications": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "installedAt", "type", "name", "publisher", "version", "size", "agentComputerName", "riskLevel", "createdAt", "updatedAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter by application IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Filter by OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Filter not by OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypes", "type": "array", "maxItems": 5000, "description": "Filter by endpoint machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypesNin", "type": "array", "maxItems": 5000, "description": "Filter not by endpoint machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "installedAt__between", "type": "string", "description": "Filter by installation date range", "required": false}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Filter by application types. Example: \"app\".", "items": {"type": "string", "enum": ["app", "kb", "patch", "chromeExtension", "edgeExtension", "firefoxExtension", "safariExtension"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "typesNin", "type": "array", "maxItems": 5000, "description": "Filter not by application types. Example: \"app\".", "items": {"type": "string", "enum": ["app", "kb", "patch", "chromeExtension", "edgeExtension", "firefoxExtension", "safariExtension"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "riskLevels", "type": "array", "maxItems": 5000, "description": "Filter by risk. Example: \"none\".", "items": {"type": "string", "enum": ["none", "low", "medium", "high", "critical"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "riskLevelsNin", "type": "array", "maxItems": 5000, "description": "Filter not by risk. Example: \"none\".", "items": {"type": "string", "enum": ["none", "low", "medium", "high", "critical"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "size__between", "type": "string", "description": "Filter by application size range (bytes). Example: \"1024-104856\".", "required": false}, {"in": "query", "name": "agentIsDecommissioned", "type": "array", "default": [false], "maxItems": 5000, "description": "Include active agents, decommissioned or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application name (supports multiple values). Example: \"calc\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "version__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application version (supports multiple values). Example: \"1.22.333,build\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "publisher__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application publisher (supports multiple values). Example: \"Sentinel\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentComputerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentUuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentOsVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/applications.schemas_ApplicationViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Risk (Deprecated)"], "produces": ["application/json"], "description": "Get the applications, and their data (such as risk level), installed on endpoints with Application Risk-enabled Agents that match the filter. SentinelOne Application Risk lets you monitor applications installed on endpoints. Applications not updated with the latest patches are vulnerable to exploits. With SentinelOne Application Risk you can see all applications to be patched, on all endpoints or on a specific endpoint. The Agent takes a snapshot of the endpoint application data and checks for vulnerabilities in the SentinelOne Cloud. When the Agent detects a change to the application data, it sends a diff to the Management.
Application Risk requires Complete SKU. This feature is in EA. To join the EA program, contact your SentinelOne Sales Rep.", "summary": "[DEPRECATED] Get Applications", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_installed-applications_get"}}, "/web/api/v2.1/installed-applications/cves": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "publishedAt", "agentId", "applicationId"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter by internal CVE IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cveIds", "type": "array", "maxItems": 5000, "description": "Filter by global CVE ids. Example: \"CVE-2018-3182,CVE-2018-1087\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applicationIds", "type": "array", "maxItems": 5000, "description": "Filter by application IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/applications.schemas_CveViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Application Risk (Deprecated)"], "produces": ["application/json"], "description": "Get known CVEs for applications that are installed on endpoints with Application Risk-enabled Agents.
Application Risk requires Complete SKU. This feature is in EA. To join the EA program, contact your SentinelOne Sales Rep.", "summary": "[DEPRECATED] Get CVEs", "x-s1-required-permissions": ["Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_installed-applications_cves_get"}}, "/web/api/v2.1/upgrade-policy/all-policies-count": {"get": {"description": "Get the number of all policies for each OS from the given scope and the inherited scopes", "produces": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "All Policies OS Count", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.OsCountResult"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.view"], "operationId": "_web_api_upgrade-policy_all-policies-count_get"}}, "/web/api/v2.1/upgrade-policy/available-packages": {"get": {"description": "Get Available Packages", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Get Available Packages", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}, {"type": "string", "description": "OS type, one of 'linux', 'macos' or 'windows'", "name": "osType", "in": "query", "required": true}, {"type": "string", "description": "Partially match the name of the package, e.g. '22.1 GA'", "name": "displayName__contains", "in": "query"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.GetAvailablePackagesResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.view"], "operationId": "_web_api_upgrade-policy_available-packages_get"}}, "/web/api/v2.1/upgrade-policy/has-policy": {"post": {"description": "Has policy", "consumes": ["application/json"], "produces": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Has Policy", "parameters": [{"description": "Policy payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.HasPoliciesRequest"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.HasPoliciesResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": null, "operationId": "_web_api_upgrade-policy_has-policy_post"}}, "/web/api/v2.1/upgrade-policy/parent-policies": {"get": {"description": "Get paginated and ordered parent policies by a given scope", "produces": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Get Parent Policies", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}, {"type": "string", "description": "OS type, one of 'linux', 'macos' or 'windows'", "name": "osType", "in": "query", "required": true}, {"type": "integer", "description": "Limit number of returned items. Should be more than 1. Example: '10'.", "name": "limit", "in": "query", "required": true}, {"type": "integer", "description": "Skip first number of items. Example: '0'.", "name": "skip", "in": "query", "required": true}, {"type": "string", "description": "The column to sort the results by. Example: 'priority'.", "name": "sortBy", "in": "query", "required": true}, {"type": "string", "description": "Sort direction. Could be 'asc' or 'desc'.", "name": "sortOrder", "in": "query", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.GetPoliciesResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.view"], "operationId": "_web_api_upgrade-policy_parent-policies_get"}}, "/web/api/v2.1/upgrade-policy/policies": {"get": {"description": "Get paginated and ordered policies by a given scope", "produces": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Get Policies", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}, {"type": "string", "description": "OS type, one of 'linux', 'macos' or 'windows'", "name": "osType", "in": "query", "required": true}, {"type": "integer", "description": "Limit number of returned items. Should be more than 1. Example: '10'", "name": "limit", "in": "query", "required": true}, {"type": "integer", "description": "Skip first number of items. Example: '0'.", "name": "skip", "in": "query", "required": true}, {"type": "string", "description": "The column to sort the results by. Example: 'priority'.", "name": "sortBy", "in": "query", "required": true}, {"type": "string", "description": "Sort direction. Could be 'asc' or 'desc'.", "name": "sortOrder", "in": "query", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.GetPoliciesResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.view"], "operationId": "_web_api_upgrade-policy_policies_get"}, "post": {"description": "Deactivate all policies", "tags": ["Auto Upgrade Policy"], "summary": "Deactivate Policies", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}, {"type": "string", "description": "OS type, one of 'linux', 'macos' or 'windows'", "name": "osType", "in": "query", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.disableAllPolicies"], "operationId": "_web_api_upgrade-policy_policies_post"}}, "/web/api/v2.1/upgrade-policy/policies-count": {"get": {"description": "Get the number of policies for each OS, for a given scope level and id", "produces": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Policies OS Count", "parameters": [{"type": "string", "description": "Scope level, one of 'account', 'group', 'site' or 'tenant'", "name": "scopeLevel", "in": "query", "required": true}, {"type": "string", "description": "Scope ID", "name": "scopeId", "in": "query"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.OsCountResult"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.view"], "operationId": "_web_api_upgrade-policy_policies-count_get"}}, "/web/api/v2.1/upgrade-policy/policy": {"post": {"description": "Add policy", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Create Policy", "parameters": [{"description": "Policy payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.Policy"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.Policy"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.create"], "operationId": "_web_api_upgrade-policy_policy_post"}}, "/web/api/v2.1/upgrade-policy/policy/{policyid}": {"put": {"description": "Update existing policy", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Update Policy", "parameters": [{"description": "Policy payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.CreatePolicyRequest"}}, {"type": "string", "description": "Policy id", "name": "policyid", "in": "path", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.edit"], "operationId": "_web_api_upgrade-policy_policy_{policyid}_put"}, "post": {"description": "Perform action on a certain policy", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Policy Action", "parameters": [{"description": "Policy payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.EndpointActionRequest"}}, {"type": "string", "description": "Policy id", "name": "policyid", "in": "path", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.policyAction"], "operationId": "_web_api_upgrade-policy_policy_{policyid}_post"}}, "/web/api/v2.1/upgrade-policy/policy/{policyid}/reset-retry-counter": {"put": {"description": "Reset the number of times an Agent upgrade will be retried if the original upgrade attempt fails.", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Reset Policy Retry Counter", "parameters": [{"type": "string", "description": "Policy ID", "name": "policyid", "in": "path", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.edit"], "operationId": "_web_api_upgrade-policy_policy_{policyid}_reset-retry-counter_put"}}, "/web/api/v2.1/upgrade-policy/reorder": {"put": {"description": "Reorder policies", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Reorder Policies", "parameters": [{"description": "Policy payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.ReorderPolicyRequest"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.edit"], "operationId": "_web_api_upgrade-policy_reorder_put"}}, "/web/api/v2.1/upgrade-policy/set-inheriting": {"put": {"description": "Set Scope Inheriting", "consumes": ["application/json"], "tags": ["Auto Upgrade Policy"], "summary": "Set Scope Inheriting", "parameters": [{"description": "payload", "name": "payload", "in": "body", "required": true, "schema": {"$ref": "#/definitions/v2_1.models.ScopeInheritanceRequest"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}, "400": {"description": "Bad request", "schema": {"$ref": "#/definitions/v2_1.models.EmptyResponse"}}}, "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Auto-Upgrade Policy.edit"], "operationId": "_web_api_upgrade-policy_set-inheriting_put"}}, "/web/api/v2.1/cloud-funnel/validate-bucket-permissions": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_BucketValidationSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_BucketValidationResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Validates bucket permissions.", "summary": "Validate Bucket", "consumes": ["application/json"], "x-s1-required-permissions": ["Cloud Funnel.create", "Cloud Funnel.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_validate-bucket-permissions_post"}}, "/web/api/v2.1/cloud-funnel/onboarding": {"get": {"parameters": [{"in": "query", "name": "siteId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Site id. Example: \"225494730938493804\"."}, {"in": "query", "name": "accountId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Account id. Example: \"225494730938493804\"."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_OnboardingResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Gets cloud funnel onboarding rule details", "summary": "Get cloud funnel rule", "x-s1-required-permissions": ["Cloud Funnel.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_onboarding_get"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_OnboardingDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_OnboardingDeleteResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Deletes cloud funnel onboarding rule.", "summary": "Delete cloud funnel rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Cloud Funnel.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_onboarding_delete"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_OnboardingPostSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_OnboardingResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Post onboarding cloud funnel rule.", "summary": "Post onboarding cloud funnel", "consumes": ["application/json"], "x-s1-required-permissions": ["Cloud Funnel.create", "Cloud Funnel.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_onboarding_post"}}, "/web/api/v2.1/cloud-funnel/validate-query": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_QueryValidationSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_QueryValidationResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Verifies that a query is valid before using it as filterfor a Cloud Funnel onboarding", "summary": "Validate Query", "consumes": ["application/json"], "x-s1-required-permissions": ["Cloud Funnel.create", "Cloud Funnel.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_validate-query_post"}}, "/web/api/v2.1/cloud-funnel/estimator": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_InitEstimatorSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_InitEstimatorResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Create estimator ID. This is needed to run the API \"Get Estimate Size Of Events\".", "summary": "Create Estimator ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Cloud Funnel.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_estimator_post"}, "get": {"parameters": [{"in": "query", "name": "estimatorId", "required": true, "type": "string", "description": "Estimator query id."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_GetEstimatorResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Get estimate size of events in the bucket. You need the estimator ID which can be generated by running the API: \"Create Estimator ID\".", "summary": "Get estimate size of events", "x-s1-required-permissions": ["Cloud Funnel.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_estimator_get"}}, "/web/api/v2.1/cloud-funnel/assume-role-external-id": {"get": {"parameters": [{"in": "query", "name": "siteId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Site id. Example: \"225494730938493804\"."}, {"in": "query", "name": "accountId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Account id. Example: \"225494730938493804\"."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.cloud_funnel.schemas_GetAssumeRoleExternalIdResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Funnel"], "produces": ["application/json"], "description": "Get the AWS assume role external ID.", "summary": "Get AWS assume role external ID.", "x-s1-required-permissions": ["Cloud Funnel.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-funnel_assume-role-external-id_get"}}, "/web/api/v2.1/cloudnative/cloud-rogues": {"get": {"parameters": [{"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdTime", "resourceType", "name", "region", "virtualNetworkId", "imageId", "osType", "cloudProviderAccountName", "cloudProviderAccountId", "cloudProviderOrganization", "cloudProviderName"]}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by resource name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by network id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "cloudProviderName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by cloud provider name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by region (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by region (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "concatenatedTags__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.rogues.schemas_CloudResourcesSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Resources"], "produces": ["application/json"], "description": "Returns the cloud rogue resources for given filter", "summary": "Get cloud rogue resources", "x-s1-required-permissions": ["cloudRogues.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloudnative_cloud-rogues_get"}}, "/web/api/v2.1/cloudnative/cloud-rogues/export": {"get": {"parameters": [{"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdTime"]}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by resource name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by network id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "cloudProviderName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by cloud provider name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Filter by region (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by region (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "concatenatedTags__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account id (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "exportFormat", "required": false, "type": "string", "enum": ["csv", "json"], "description": "Export format. Example: \"csv\"."}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Cloud Resources"], "produces": ["application/json"], "description": "Returns the results for given cloud rogues filter in a csv (default) or json format", "summary": "Export cloud rogue resources to csv (default) or json", "x-s1-required-permissions": ["cloudRogues.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloudnative_cloud-rogues_export_get"}}, "/web/api/v2.1/config-override": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "name", "description", "scope", "osType", "agentVersion", "versionOption", "config", "agentId"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "List of Agent IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Config Overrides created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Config Overrides created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Config Overrides created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Config Overrides created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "name__like", "type": "string", "description": "Match name partially (substring)", "required": false}, {"in": "query", "name": "description__like", "type": "string", "description": "Match description partially (substring)", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Included agent versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "versionOption", "type": "string", "enum": ["ALL", "SPECIFIC"], "description": "Version option. Example: \"ALL\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on fields name, description, agent_version, os_type, config", "required": false}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/config_overrides_ConfigOverrideSchema_many_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Config Overrides"], "produces": ["application/json"], "description": "There are different ways to override the configuration of an Agent, and the priority of changes depends on the endpoint OS and the version of the installed Agent. Use this command to see the configuration values that are changed for each Agent that matches the filter.", "summary": "Get Config Overrides", "x-s1-required-permissions": ["Policy Override.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_config-override_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/config_overrides_CreateConfigOverrideSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "404": {"description": "Scope not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/config_overrides_ConfigOverrideSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Config Overrides"], "produces": ["application/json"], "description": "Override the configuration of Agents that match the filter. Best practice: Run \"support-actions/config\" to get the complete syntax. This command requires a Global user or Support.", "summary": "Create Config Override", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy Override.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_config-override_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/config_overrides_ConfigOverrideDeleteSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Config Overrides"], "produces": ["application/json"], "description": "Delete overrides value. To get the required IDs, run \"config-override\".", "summary": "Delete Config Overrides", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy Override.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_config-override_delete"}}, "/web/api/v2.1/config-override/{override_id}": {"delete": {"parameters": [{"in": "path", "name": "override_id", "type": "string", "x-minimum": "100000000000000000", "description": "Config override object ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Override not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Config Overrides"], "produces": ["application/json"], "description": "Delete an override value. To get the required ID, run \"config-override\".", "summary": "Delete Config Override", "x-s1-required-permissions": ["Policy Override.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_config-override_{override_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "override_id", "type": "string", "x-minimum": "100000000000000000", "description": "Config override object ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/config_overrides_PutConfigOverrideSchema"}}], "responses": {"404": {"description": "Override not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/config_overrides_ConfigOverrideSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Config Overrides"], "produces": ["application/json"], "description": "Use this command to change the value of one configuration value. To get the required ID, run \"config-override\".", "summary": "Update Config Override", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy Override.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_config-override_{override_id}_put"}}, "/web/api/v2.1/cloud-detection/rules": {"get": {"parameters": [{"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Statuses. Example: \"Activating\".", "items": {"type": "string", "enum": ["Activating", "Active", "Disabling", "Disabled"]}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by rule name. You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "description__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by rule description. You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "expirationMode", "required": false, "type": "string", "description": "The expiration mode. Example: \"Permanent\".", "enum": ["Permanent", "Temporary"]}, {"in": "query", "name": "query", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by S1 query. You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Severities. Example: \"Low\".", "items": {"type": "string", "enum": ["Low", "Medium", "High", "Critical", "Info"]}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "descriptionSubstring", "required": false, "type": "string", "description": "To filter by a substring of the rule description"}, {"in": "query", "name": "scopeLevel", "required": false, "type": "string", "description": "To filter by scope, enter one or more scopes, separated by commas. Example: \"global\".", "enum": ["global", "group", "account", "site"]}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "scopeId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "The Account, Site, or Group ID, depending on the scope. Null if the scope is Global. Example: \"225494730938493804\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "sources", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "isLegacy", "required": false, "type": "boolean", "default": true, "description": "If True, alertsCount will be retrieved from Star and not from UAM."}, {"in": "query", "name": "expired", "required": false, "type": "boolean", "description": "Rule expired or not."}, {"in": "query", "name": "s1qlSubstring", "required": false, "type": "string", "description": "To filter by a substring of the query content"}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "excludeIds", "required": false, "collectionFormat": "csv", "type": "array", "x-nullable": true, "maxItems": 5000, "description": "List of entity ids to exclude from select_all. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1ql__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by S1 query. You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "mitreTactics", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "creator__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by rule creator. You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "filterBy", "required": false, "type": "string", "description": "To filter by Rule type. Example: \"Template\".", "enum": ["Template", "Platform"]}, {"in": "query", "name": "activeResponse", "required": false, "type": "boolean", "description": "The active response status for the rule."}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by Rule ID, enter one or more Rule IDs, separated by commas. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "attackSurfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by attack surfaces associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "disablePagination", "required": false, "type": "boolean", "description": "If True, all rules for the requested scope will be returned."}, {"in": "query", "name": "reachedLimit", "required": false, "type": "boolean", "description": "Rule reached limit or not."}, {"in": "query", "name": "scopes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by scope, enter one or more scopes, separated by commas. Example: \"global\".", "items": {"type": "string", "enum": ["global", "group", "account", "site"]}}, {"in": "query", "name": "queryType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Enter a list of query types. Example: \"events\".", "items": {"type": "string", "enum": ["events", "correlation", "uebafirstseen", "scheduled"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "status", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by status, enter one or more statuses, separated by commas. Example: \"Draft\".", "items": {"type": "string", "enum": ["Draft", "Activating", "Active", "Disabling", "Disabled", "Deleted", "Deleting"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "platformRuleIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "platform rule ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "status", "expirationMode", "expired", "queryType", "reachedLimit", "statusReason", "severity", "expiration", "createdAt", "updatedAt", "generatedAlerts", "description", "scopeHierarchy", "scope", "activeResponse", "lastAlertTime", "queryLang"]}, {"in": "query", "name": "nameSubstring", "required": false, "type": "string", "description": "To filter by a substring of the rule name"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_RuleViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Get a list of Custom Detection Rules for a given scope.
Note: You can create and see rules only for your highest available scope. For example, if your username has an access level of scope Account, you cannot see rules created for the Global scope or rules created for a specific Site.", "summary": "Get Rules", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_rules_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_PostRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_RuleResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Create a Custom Detection Rule for a scope specified by ID. To get the ID, run \"accounts\", \"sites\", \"groups\", or set \"tenant\" to \"true\" for Global.", "summary": "Create Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": ["Threats.markSuspicious", "Threats.markThreat", "Endpoints.disconnectFromNetwork"], "operationId": "_web_api_cloud-detection_rules_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_RuleDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Deletes Custom Detection Rules that match a filter.", "summary": "Delete Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_rules_delete"}}, "/web/api/v2.1/cloud-detection/rules/{rule_id}": {"put": {"parameters": [{"in": "path", "name": "rule_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "The Rule ID in the URL path. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_PostRuleSchema"}}], "responses": {"404": {"description": "Custom Detection rule not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_RuleResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Change a Custom Detection rule.
This command requires the rule ID. (See Get Rules).", "summary": "Update Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": ["Threats.markSuspicious", "Threats.markThreat", "Endpoints.disconnectFromNetwork"], "operationId": "_web_api_cloud-detection_rules_{rule_id}_put"}}, "/web/api/v2.1/cloud-detection/rules/enable": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_FilterRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Activate Custom Detection Rules based on a filter.", "summary": "Activate Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_rules_enable_put"}}, "/web/api/v2.1/cloud-detection/rules/disable": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.rules.schemas_FilterRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Custom Detection Rule"], "produces": ["application/json"], "description": "Disable Custom Detection Rules based on a filter.", "summary": "Disable Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_rules_disable_put"}}, "/web/api/v2.1/xdr/action-controller/fetch-unified-actions": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.action_controller.schemas_AffectedEntitiesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.action_controller.schemas_AvailableActionsResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Datalake Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Available Actions by Asset/Entity Type", "summary": "Get Available Actions by Asset/Entity Type", "consumes": ["application/json"], "operationId": "_web_api_xdr_action-controller_fetch-unified-actions_post"}}, "/web/api/v2.1/xdr/action-controller/perform-unified-action": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.action_controller.schemas_PerformActionRequestSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Datalake Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Perform an Action on selected assets/entities", "summary": "Perform an Action on selected assets/entities", "consumes": ["application/json"], "operationId": "_web_api_xdr_action-controller_perform-unified-action_post"}}, "/web/api/v2.1/xdr/action-controller/fetch-surface-ids": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.action_controller.schemas_FetchSurfaceIdsRequestSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Datalake Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Fetch surface ids in case of select all with filters", "summary": "Fetch surface ids in case of select all with filters", "consumes": ["application/json"], "operationId": "_web_api_xdr_action-controller_fetch-surface-ids_post"}}, "/web/api/v2.1/xdr/action-controller/perform-unified-action/notify": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.action_controller.schemas_PerformActionNotificationSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Datalake Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Internal api only to notify action was triggered without actually performing it", "summary": "Internal api only to notify action was triggered without actually performing it", "consumes": ["application/json"], "operationId": "_web_api_xdr_action-controller_perform-unified-action_notify_post"}}, "/web/api/v2.1/dv/init-query": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityApiRequestSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityQueryIdSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Start a Deep Visibility Query and get the queryId. You can use the queryId for other commands, such as Get Events and Get Query Status. For complete query syntax, see Query Syntax in the Knowledge Base (community.sentinelone.com) or the Console Help. Only SentinelOne Deep Visibility Query Language (S1QL 1.0) syntax is supported. SentinelOne Deep Visibility extends the ActiveEDR capabilities, with full visibility into endpoint data and threat hunting. Its kernel-based monitoring searches across endpoints for all indicators of compromise (IOC).
Note: From Management version Rio (February 2022) the default of \"isVerbose\" is \"false\" instead of \"true\".
Deep Visibility requires Complete SKU.", "summary": "[DEPRECATED] Create Query and Get QueryId", "consumes": ["application/json"], "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_init-query_post"}}, "/web/api/v2.1/dv/cancel-query": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityQueryIdRequestSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilitySuccessSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Stop a Deep Visibility Query by queryId. The body is {\"queryID\":\"string_ID\"}. Get the ID of the Deep Visibility query or Power Query from \"init-query\". See \"Create Query and get QueryId\".
Deep Visibility requires Complete SKU.", "summary": "[DEPRECATED] Cancel Running Query", "consumes": ["application/json"], "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_cancel-query_post"}}, "/web/api/v2.1/dv/query-status": {"get": {"parameters": [{"in": "query", "name": "queryId", "type": "string", "description": "QueryId obtained when creating a query under Create Query. Example: \"q1xx2xx3\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityQueryStatusResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Get that status of a Deep Visibility Query. When the status is FINISHED, you can get the results with the queryId in \"Get Events\".
Deep Visibility requires Complete SKU.
Rate limit: 1 call per second for each different user token.
responseState can return these values: EMPTY_RESULTS, EVENTS_RUNNING, FAILED, FAILED_CLIENT, FINISHED, PLANNING, PROCESS_RUNNING, QUERY_CANCEL, QUERY_EXPIRED, QUERY_NOT_FOUND, QUERY_RUNNING, RUNNING, TIMED_OUT.", "summary": "[DEPRECATED] Get Query Status", "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_query-status_get"}}, "/web/api/v2.1/dv/events": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 100000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Should be used instead of skip. cursor currently supports sort by with createdAt, pid, processStartTime", "x-nullable": true, "required": false}, {"in": "query", "name": "subQuery", "type": "string", "description": "Create a sub query to run on the data that was already pulled", "required": false}, {"in": "query", "name": "queryId", "type": "string", "description": "QueryId obtained when creating a query under Create Query. Example: \"q1xx2xx3\".", "required": true}, {"in": "query", "name": "sortBy", "type": "string", "description": "Events sorted by field. Example: \"createdAt\".", "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Event sorting order. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityEventEntitySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Get all Deep Visibility events from a queryId. You can use this command to send a sub-query, a new query to run on these events. Get the ID from \"init-query\". See \"Create Query and get QueryId\".
For complete documentation, see Query Syntax in the Knowledge Base (support.sentinelone.com) or the Console Help.", "summary": "[DEPRECATED] Get Events", "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_events_get"}}, "/web/api/v2.1/dv/process-state": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "queryId", "type": "string", "description": "QueryId obtained when creating a query under Create Query. Example: \"q1xx2xx3\".", "required": true}, {"in": "query", "name": "sortBy", "type": "string", "description": "Events sorted by field. Example: \"SrcProcStartTime\".", "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Event sorting order. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Get details of all Deep Visibility processes from a queryId.To get the ID from \"init-query\". See \"Create Query and get QueryId\".", "summary": "[DEPRECATED] Get Process State", "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_process-state_get"}}, "/web/api/v2.1/dv/events/{event_type}": {"get": {"parameters": [{"in": "path", "name": "event_type", "type": "string", "description": "Event type for Autocomplete", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 100000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Should be used instead of skip. cursor currently supports sort by with createdAt, pid, processStartTime", "x-nullable": true, "required": false}, {"in": "query", "name": "subQuery", "type": "string", "description": "Create a sub query to run on the data that was already pulled", "required": false}, {"in": "query", "name": "queryId", "type": "string", "description": "QueryId obtained when creating a query under Create Query. Example: \"q1xx2xx3\".", "required": true}, {"in": "query", "name": "sortBy", "type": "string", "description": "Events sorted by field. Example: \"createdAt\".", "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Event sorting order. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityEventEntitySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Get Deep Visibility results from the query that matches the given event type. Valid values for Event Type:
Process Exit
Process Modification
Process Creation
Duplicate Process Handle
Duplicate Thread Handle
Open Remote Process Handle
Remote Thread Creation
Remote Process Termination
Command Script
IP Connect
IP Listen
File Modification
File Creation
File Scan
File Deletion
File Rename
Pre Execution Detection
Login
Logout
GET
OPTIONS
POST
PUT
DELETE
CONNECT
HEAD
DNS Resolved
DNS Unresolved
Task Register
Task Update
Task Start
Task Trigger
Task Delete
Registry Key Create
Registry Key Rename
Registry Key Delete
Registry Key Export
Registry Key Security Changed
Registry Key Import
Registry Value Modified
Registry Value Create
Registry Value Delete
Behavioral Indicators
Module Load", "summary": "[DEPRECATED] Get Events By Type", "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_events_{event_type}_get"}}, "/web/api/v2.1/dv/events/pq": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityPQRequestSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityPowerQueriesResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Start a Deep Visibility Power Query, get back status and potential results (ping afterwards using the queryId if query has not finished)", "summary": "[DEPRECATED] Create a Power Query and Get QueryId", "consumes": ["application/json"], "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_events_pq_post"}}, "/web/api/v2.1/dv/events/pq-ping": {"get": {"parameters": [{"in": "query", "name": "queryId", "type": "string", "description": "QueryId query param", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityPowerQueriesResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Ping a Deep Visibility Power Query using the queryId if results have not returned from an initial Power Query or a previous ping.
Use pq-ping soon after initiating a Power Query via the /web/api/v2.1/dv/events/pq endpoint.
It is recommended to create a script that initiates the Power Query and then pings the query every few seconds to check the status and retrieve results when they are ready.
If the ping is run after a significant delay, it may result in a 503 Service Unavailable response. This indicates that the results are no longer available due to cache eviction.", "summary": "[DEPRECATED] Ping a Power Query if results haven't been retrieved", "x-s1-required-permissions": ["SDL Data.viewEdr"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_events_pq-ping_get"}}, "/web/api/v2.1/dv/fetch-file": {"get": {"parameters": [{"in": "query", "name": "downloadToken", "type": "string", "description": "Download token", "required": true}], "responses": {"404": {"description": "File not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/deep_visibility.deep_visibility_v2_schemas_DeepVisibilityFileDownloadLinkSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Deep Visibility"], "produces": ["application/json"], "description": "Download the source process file associated with a Deep Visibility event.", "summary": "Download source process file", "x-s1-required-permissions": ["Deep Visibility.fileFetch"], "x-s1-optional-permissions": null, "operationId": "_web_api_dv_fetch-file_get"}}, "/web/api/v2.1/sentinelonerss": {"get": {"parameters": [], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_RawDataSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Get the SentinelOne RSS feed. In the SentinelOne Management Console, we show the feed contents in the Dashboard.", "summary": "S1 RSS Feed", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_sentinelonerss_get"}}, "/web/api/v2.1/reports": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "sites", "frequency", "interval", "scope", "createdAt", "scheduleType", "status"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "id", "type": "string", "x-minimum": "100000000000000000", "description": "Id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lte. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at gte. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "frequency", "type": "string", "enum": ["manually", "weekly", "monthly"], "description": "Frequency. Example: \"manually\".", "required": false}, {"in": "query", "name": "interval", "type": "string", "description": "Interval", "required": false}, {"in": "query", "name": "fromDate", "type": "string", "format": null, "description": "From date. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "toDate", "type": "string", "format": null, "description": "To date. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}, {"in": "query", "name": "scheduleType", "type": "string", "description": "Report type. Example: \"manually\".", "enum": ["manually", "scheduled"], "required": false}, {"in": "query", "name": "taskId", "type": "string", "x-minimum": "100000000000000000", "description": "Task id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Id in. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/reports_ReportDataSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Get the default reports that match the filter and the data of the reports. Default Reports require Reports permission and appropriate license. Use this command to get the ID of reports to use in other commands. Other data in the response: schedule, Insight Type, name and ID of the user who created the report, the date range, and more.", "summary": "Get Default Reports", "x-s1-required-permissions": ["Reports Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_reports_get"}}, "/web/api/v2.1/report-tasks": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "sites", "frequency", "day", "scope", "createdAt", "scheduleType", "status"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "id", "type": "string", "x-minimum": "100000000000000000", "description": "Id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lte. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at gte. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "frequency", "type": "string", "enum": ["manually", "weekly", "monthly"], "description": "Frequency. Example: \"manually\".", "required": false}, {"in": "query", "name": "day", "type": "string", "description": "Day", "required": false}, {"in": "query", "name": "creatorId", "type": "string", "x-minimum": "100000000000000000", "description": "Creator id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "creatorName", "type": "string", "description": "Creator name", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}, {"in": "query", "name": "scheduleType", "type": "string", "description": "Report type. Example: \"manually\".", "enum": ["manually", "scheduled"], "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Id in. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/reports_ReportTaskDataSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Get the tasks that were done to generate default reports and to schedule future default reports. Default Reports require Reports permission and appropriate license. Best Practice: Use a filter. Each task includes many lines of data and can quickly fill the page limit. Use this command to get the ID of a report task to use in other commands.", "summary": "Get Default Report Tasks", "x-s1-required-permissions": ["Reports Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_report-tasks_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/reports_ReportTasksPostSchema"}}], "responses": {"404": {"description": "Validation errors", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Create a task to generate a default report immediately, one time in the future, or on a schedule. Default Reports require Reports permission and appropriate license. Best Practice: Get Default Report Tasks first, to have a basis for a new task.", "summary": "Create Default Report Task", "consumes": ["application/json"], "x-s1-required-permissions": ["Reports Page.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_report-tasks_post"}}, "/web/api/v2.1/report-tasks/{task_id}": {"put": {"parameters": [{"in": "path", "name": "task_id", "type": "string", "x-minimum": "100000000000000000", "description": "Task ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/reports_ReportTasksPutSchema"}}], "responses": {"404": {"description": "Validation errors", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/reports_ReportTaskDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Update the default report task of the given ID. Default Reports require Reports permission and appropriate license. To get the task ID, and the data to change, run Get Default Report Tasks.", "summary": "Update Default Report Task", "consumes": ["application/json"], "x-s1-required-permissions": ["Reports Page.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_report-tasks_{task_id}_put"}}, "/web/api/v2.1/reports/delete-reports": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/reports_ReportDeleteSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Delete the default reports that match the filter. Default Reports require Reports permission and appropriate license. To delete a specific report, use its ID (see Get Default Reports).", "summary": "Delete Default Reports", "consumes": ["application/json"], "x-s1-required-permissions": ["Reports Page.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_reports_delete-reports_post"}}, "/web/api/v2.1/reports/delete-tasks": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/reports_ReportTaskDeleteSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "You can schedule a default report to be generated on a routine. Default Reports require Reports permission and appropriate license. Use this command to remove a task to generate a report in the future. To get an ID to delete a specific task, see Get Default Report Tasks.", "summary": "Delete Default Report Tasks", "consumes": ["application/json"], "x-s1-required-permissions": ["Reports Page.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_reports_delete-tasks_post"}}, "/web/api/v2.1/reports/{report_id}/{report_format}": {"get": {"parameters": [{"in": "path", "name": "report_id", "type": "string", "x-minimum": "100000000000000000", "description": "Report ID. Example: \"225494730938493804\".", "required": true}, {"in": "path", "name": "report_format", "type": "string", "enum": ["pdf", "html"], "description": "Report format. Example: \"pdf\".", "required": true}], "responses": {"404": {"description": "Report not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "When the Management generates a default report, it is uploaded to the Management Console. Default Reports require Reports permission and appropriate license. Use this command to get the report as a PDF or HTML file. To get the ID of the report, see Get Default Reports.", "summary": "Download Default Report", "x-s1-required-permissions": ["Reports Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_reports_{report_id}_{report_format}_get"}}, "/web/api/v2.1/reports/insights/types": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "forceUpdate", "type": "boolean", "default": false, "description": "Force update", "required": false}], "responses": {"404": {"description": "Package not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/reports_InsightData_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Default Reports"], "produces": ["application/json"], "description": "Get the Insight Report types for Default Reports. Default Reports require Reports permission and appropriate license. These reports show high-level and detailed information on the state of your endpoint security. Reports include statistics, trends, and summaries with easy to read and actionable information about your network. Use this command to see the predefined reports. This command does not give data for specific reports.", "summary": "Get Default Insight Reports", "x-s1-required-permissions": ["Reports Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_reports_insights_types_get"}}, "/web/api/v2.1/device-control": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "interface", "deviceClass", "ruleName", "action", "status", "order", "version"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes.", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only device rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interfaces", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered interface. Example: \"USB\".", "items": {"type": "string", "enum": ["USB", "Bluetooth", "Thunderbolt", "SDCard"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceClasses", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered device class. Example: \"02h\".", "items": {"type": "string", "pattern": "[0-9a-fA-F]*$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "serviceClasses", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered service class. Example: \"02\".", "items": {"type": "string", "pattern": "[0-9a-fA-F]*$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ruleName", "type": "string", "description": "Return device rules with the filtered rule name.", "required": false}, {"in": "query", "name": "vendorIds", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered vendor id.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "productIds", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered product id. Example: \"02\".", "items": {"type": "string", "pattern": "[0-9a-fA-F]*$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uids", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered uId.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return device rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return device rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return device rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return device rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return device rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "versions", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered versions.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "minorClasses", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered minor classes.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accessPermissions", "type": "array", "maxItems": 5000, "description": "Access permission in. Example: \"Read-Only\".", "items": {"type": "string", "enum": ["Read-Only", "Read-Write", "Not-Applicable"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "bluetoothAddresses", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered bluetooth addresses.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gattServices", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered GATT services.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturerNames", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered manufacturer names.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceNames", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered device names.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceInformationServiceInfoKeys", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered device information service info keys.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceIds", "type": "array", "maxItems": 5000, "description": "Return device rules with the filtered device id. Example: \"02\".", "items": {"type": "string", "pattern": "[0-9a-fA-F]*$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/device_control.schemas_DeviceSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "Get the Device Control rules of a specified Account, Site, Group or Global (tenant) that match the filter.", "summary": "Get Device Rules", "x-s1-required-permissions": ["Device Control.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_PostDeviceSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/device_control.schemas_DeviceSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "Use this command to create a new Device Control rule. These rules allow or block devices, based on device identifiers. Rules apply to a scope: Global (tenant), Account, Site, or Group. To learn details of the fields, see https://support.sentinelone.com/hc/en-us/articles/360023338494.
Recommended: Before you begin, see Device Control Known Limitations: https://support.sentinelone.com/hc/en-us/articles/360021104114.
Device Control requires Control SKU. Linux Agents do not support Device Control.", "summary": "Create Device Control Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Device Control.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_RuleDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "Delete Device Control rules that match the filter.", "summary": "Delete Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Device Control.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_delete"}}, "/web/api/v2.1/device-control/{rule_id}": {"put": {"parameters": [{"in": "path", "name": "rule_id", "type": "string", "x-minimum": "100000000000000000", "description": "Rule ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_PutDeviceSchema"}}], "responses": {"404": {"description": "Device rule not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/device_control.schemas_DeviceSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "Change the Device Control rule that matches the filter. To learn more about the fields, see https://support.sentinelone.com/hc/en-us/articles/360023338494.", "summary": "Update Device Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Device Control.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_{rule_id}_put"}}, "/web/api/v2.1/device-control/copy-rules": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "You can copy a set of Device Control rules to use in other Accounts, Sites, or Groups. Copy the rules from a source Group, Site, or Account to target Groups, Sites, or Accounts.
Define the rules to copy with the filters. To get the values for devices, run \"unscoped\". To get Account IDs, run \"accounts\". To get Site IDs, run \"sites\".
Device Control requires Control SKU. Linux Agents do not support Device Control.", "summary": "Copy Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Device Control.view", "Device Control.create"], "operationId": "_web_api_device-control_copy-rules_post"}}, "/web/api/v2.1/device-control/move-rules": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "You can move a set of Device Control rules to other Accounts, Sites, or Groups. This command removes the rule from the source and copies to the targets. \r\nDefine the rules to copy with the filters. To get the values for devices, run \"unscoped\". To get Account IDs, run \"accounts\". To get Site IDs, run \"sites\".\r\nDevice Control requires Control SKU. Linux Agents do not support Device Control.", "summary": "Move rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Device Control.delete", "Device Control.create", "Device Control.view"], "operationId": "_web_api_device-control_move-rules_post"}}, "/web/api/v2.1/device-control/reorder": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/device_control.schemas_ReorderSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "When an external device connects to an endpoint, the SentinelOne Agent looks at the rules based on their order in the Device Control policy, from the top to the bottom. When the Agent finds a rule that matches the device identifiers of a connected device, that rule is applied. The Agent does not continue to the lower rules in the list.\r\nUse this command to change the order of rules for a specific scope. \r\nDevice Control requires Control SKU. Linux Agents do not support Device Control.", "summary": "Reorder Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Device Control.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_reorder_put"}}, "/web/api/v2.1/device-control/configuration": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/device_control.schemas_DeviceSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Device Control"], "produces": ["application/json"], "description": "Get Device Control configuration for a given scope.
To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.Note: On Windows, if a USB device is already connected to an endpoint, new rules and rule changes do not affect it. USB rules will apply the next time the device connects to the endpoint. For Windows Bluetooth rules, the device and endpoint must be paired after the SentinelOne Agent that supports Bluetooth is installed or upgraded. If the endpoint and device were already paired before the Agent supported bluetooth, reboot the endpoint to activate the rule, or re-pair the endpoint and device.
On macOS, changes apply to devices that are already connected to an endpoint. ", "summary": "Enable/Disable Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Device Control.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_device-control_enable_put"}}, "/web/api/v2.1/xdr/assets/tags/rules": {"get": {"parameters": [{"in": "query", "name": "createdByEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter by created by emails of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "tagIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "The list of tag identifiers that the rule is associated with.", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "createdByEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Negative filter by created by emails of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "status", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Status", "enum": ["enabled", "disabled"]}, {"in": "query", "name": "name", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter by names of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "updatedByEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Negative filter by updated by emails of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "description", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter by description of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "name__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Negative filter by names of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "description__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Negative filter by descriptions of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "updatedByEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter by updated by emails of the tag rules.", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "The list of tag rule ID identifiers.", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["id", "name", "status", "createdBy", "createdByEmail", "createdAt", "updatedBy", "updatedByEmail", "updatedAt"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Dynamic tag rules"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get all tags rules", "summary": "Get all tags rules", "operationId": "_web_api_xdr_assets_tags_rules_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Dynamic tag rules"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create"], "x-s1-optional-permissions": null, "description": "Create new tag rule", "summary": "Create new tag rule", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_tags_rules_post"}, "delete": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "The list of tag rule ID identifiers to be removed.", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_DeleteTagRuleResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Dynamic tag rules"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Delete tag rules", "summary": "Delete tag rules", "operationId": "_web_api_xdr_assets_tags_rules_delete"}, "put": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Dynamic tag rules"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Update tag rule", "summary": "Update tag rule", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_tags_rules_put"}}, "/web/api/v2.1/xdr/assets/tags/rules/test": {"post": {"parameters": [{"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1UpdatedAt", "name"]}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.rules.schemas_TagRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_InventoryResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Dynamic tag rules"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Check how many assets this tag rule matches", "summary": "Check how many assets this tag rule matches", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_tags_rules_test_post"}}, "/web/api/v2.1/exclusions/import": {"post": {"parameters": [{"in": "formData", "name": "filter", "type": "string", "description": "The details of the scope where the entities will be imported, for example: \nFor Global - '{\"tenant\":true}'\nFor an Account - '{\"accountIds\": [\"225494730938493804\"]}'\nFor a Site - '{\"siteIds\": [\"225494730938493804\"]}'\nFor a Group - '{\"groupIds\": [\"225494730938493804\"]}'", "required": false}, {"in": "formData", "name": "file", "type": "file", "description": "The input CSV file", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ImportExclusionsOrBlockListResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Upload a CSV file that contains exclusion entries to import to a scope in your Management", "summary": "Import Exclusions", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_import_post"}}, "/web/api/v2.1/exclusions/report/{report_id}": {"get": {"parameters": [{"in": "path", "name": "report_id", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the requested Validation Report. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get the Validation Report generated for the import to help you fix entries that did not import successfully", "summary": "Get Exclusion Import Validation Report", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_report_{report_id}_get"}}, "/web/api/v2.1/restrictions/import": {"post": {"parameters": [{"in": "formData", "name": "filter", "type": "string", "description": "The details of the scope where the entities will be imported, for example: \nFor Global - '{\"tenant\":true}'\nFor an Account - '{\"accountIds\": [\"225494730938493804\"]}'\nFor a Site - '{\"siteIds\": [\"225494730938493804\"]}'\nFor a Group - '{\"groupIds\": [\"225494730938493804\"]}'", "required": false}, {"in": "formData", "name": "file", "type": "file", "description": "The input CSV file", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ImportExclusionsOrBlockListResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Upload a CSV file that contains blocklist entries to import to a scope in your Management", "summary": "Import Blocklist Items", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Blacklist.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_import_post"}}, "/web/api/v2.1/restrictions/report/{report_id}": {"get": {"parameters": [{"in": "path", "name": "report_id", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the requested Validation Report. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get the Validation Report generated for the import to help you fix entries that did not import successfully", "summary": "Get Blocklist Import Validation Report", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_report_{report_id}_get"}}, "/web/api/v2.1/exclusions": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "mode", "source", "description", "pathExclusionType", "osType", "scope", "subfolders", "type", "userName", "scopePath", "value", "actions", "imported", "applicationName", "inAppInventory"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "unified", "type": "boolean", "description": "Unified", "required": false}, {"in": "query", "name": "value", "type": "string", "description": "Value", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes", "required": false}, {"in": "query", "name": "type", "type": "string", "enum": ["path", "certificate", "browser", "file_type", "white_hash", "dv_exclusions"], "description": "Type. Example: \"path\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of Os types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "recommendations", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by user name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Type in. Example: \"path\".", "items": {"type": "string", "enum": ["path", "certificate", "browser", "file_type", "white_hash", "dv_exclusions"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "modes", "type": "array", "maxItems": 5000, "description": "List of modes to filter by (Path exclusions only). Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dynamic_only", "suppress_dfi_only", "disable_in_process_monitor", "disable_in_process_monitor_deep", "disable_all_monitors", "disable_all_monitors_deep", "suppress_app_control", "suppress_drift_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathExclusionTypes", "type": "array", "maxItems": 5000, "description": "List of excluded paths in an exclusion (Path exclusions only). Example: \"file\".", "items": {"type": "string", "enum": ["file", "folder", "subfolders"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "indication whether the exclusion was imported by a bulk operation or not", "required": false}, {"in": "query", "name": "applicationName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by application name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "inAppInventory", "type": "boolean", "description": "Found or Not found - indicates if this exclusion is related to an application found in the scope's Application Inventory.", "required": false}, {"in": "query", "name": "modeType", "type": "string", "enum": ["all", "suppression", "agent_interoperability", "binary_vault"], "description": "Mode type. Example: \"all\".", "required": false}, {"in": "query", "name": "childProcess", "type": "boolean", "description": "Child process", "required": false}, {"in": "query", "name": "threatType", "type": "array", "maxItems": 5000, "description": "Threat type in. Example: \"EDR\".", "items": {"type": "string", "enum": ["EDR", "IDR"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "Engine in. Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dfi_only", "suppress_dynamic_only", "suppress_app_control", "suppress_drift_detection", "ad_secure_ep"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interactionLevel", "type": "array", "maxItems": 5000, "description": "Interaction level in. Example: \"disable_all_monitors\".", "items": {"type": "string", "enum": ["disable_all_monitors", "disable_in_process_monitor", "identity_only"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "conditions", "type": "array", "maxItems": 5000, "description": "Conditions in. Example: \"white_hash\".", "items": {"type": "string", "enum": ["white_hash", "path", "certificate", "file_type", "browser", "commandline", "container_native", "user", "host", "process"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "exclusionName__contains", "type": "array", "maxItems": 20, "description": "Exclusion name like any", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "notRecommended", "type": "array", "maxItems": 5000, "description": "Not recommended in. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 20, "description": "Scope path like any", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ExclusionSchemaGet_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get a list of all the Exclusions that match the filter.
Note: To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.", "summary": "Get Exclusions", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_PostExclusionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ExclusionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Create Exclusions to make your Agents suppress alerts and mitigation for items that you consider to be benign or which you require for interoperability.
IMPORTANT! Every Exclusion is a possible security hole. Do not create Exclusions unless you are sure this hash, path, certificate signer, file type, or browser is always benign.
Of course, if you can make the Exclusion by its hash or path, that is much more secure than excluding all detections of a specific signer, file type, or browser. We do not recommend the last types for Exclusions on production endpoints. These Exclusions might be helpful in a lab or pentester group. When you create an Exclusion, make sure you set the filter to the smallest possible scope. For example, if you can exclude security for this item on a group, do not enter values for siteIds or accountIds.
We recommend that you read \"Not Recommended Exclusions: https://support.sentinelone.com/hc/en-us/articles/360007532894
and Best Practices for Exclusions: https://support.sentinelone.com/hc/en-us/articles/360008709014", "summary": "Create Exclusion", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_post"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_PutExclusionSchema"}}], "responses": {"404": {"description": "Exclusion not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ExclusionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Change the properties of an Exclusion through the data fields. To get the original data, run \"exclusions\" with a filter to give the item you want.", "summary": "Update Exclusions", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_put"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_DeleteExclusionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Every Exclusion opens a possible security hole. If you decide that an Exclusion (or multiple Exclusions) is not required, use this command to delete it. To get the ID of the Exclusion to delete, run the \"exclusions\" command.", "summary": "Delete Exclusions", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_delete"}}, "/web/api/v2.1/restrictions": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "osType", "description", "scope", "value", "userName", "source", "scopePath", "imported"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "unified", "type": "boolean", "description": "Unified", "required": false}, {"in": "query", "name": "value", "type": "string", "description": "Value", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes", "required": false}, {"in": "query", "name": "type", "type": "string", "default": "black_hash", "enum": ["black_hash"], "description": "Type. Example: \"black_hash\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of Os types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "recommendations", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by user name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Type in. Example: \"black_hash\".", "items": {"type": "string", "enum": ["black_hash"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "indication whether the hash was imported by a bulk operation or not", "required": false}, {"in": "query", "name": "modes", "type": "array", "maxItems": 5000, "description": "List of modes to filter by (Path exclusions only). Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dynamic_only", "suppress_dfi_only", "disable_in_process_monitor", "disable_in_process_monitor_deep", "disable_all_monitors", "disable_all_monitors_deep", "suppress_app_control", "suppress_drift_detection"]}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_RestrictionSchemaGet_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get a list of all the items in the Blocklist that match the filter.
To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.", "summary": "Get Blocklist", "x-s1-required-permissions": ["Blacklist.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_PostRestrictionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_RestrictionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Create a blocklist item for a SHA1 or SHA256 hash or both, for the scopes you enter in the filter fields. You can add the hash to multiple Groups, Sites, Accounts, and to the Global list.
IMPORTANT: The type must be \"black_hash\" - any other value will create an Exclusion rather than a Blocklist item.
Users with the IT role do not have permissions to run this.", "summary": "Create Blocklist Item", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_post"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_PutRestrictionSchema"}}], "responses": {"404": {"description": "Blocklist not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_RestrictionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Change the properties of a Blocklist item through the data fields. To get the original data, run \"restrictions\" with a filter to give the item you want.", "summary": "Update Blocklist Item", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_put"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_DeleteRestrictionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Agents immediately identify files on the blocklist and block them from executing. Agents identify files on the blocklist before they look at exclusions. If there is a conflict - for example, if a hash is blocklisted from the Cloud Intelligence, and you have an exclusion to run an application that requires this hash - you can delete the hash from the Blocklist. Users with the IT role do not have permissions to run this command.", "summary": "Delete Blocklist Item", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_delete"}}, "/web/api/v2.1/exclusions/validate": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_ValidateExclusionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ValidateExclusionRestrictionOutputSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Check if an exclusion is on the list of SentinelOne items that are \"Not Allowed\" or \"Not Recommended\". This API returns one of the following statuses:
* Not Recommended: This item is not recommended by SentinelOne because it decreases security. For example, If you accidentally exclude a path that is too broad, malware can enter your environment.
* Not Allowed: This exclusion can harm the product and lead to unexpected functionality. From version North Pole SP3 you are prevented from creating Not Allowed exclusions.* None: This item is not on the list of SentinelOne items that are \"Not Allowed\" or \"Not Recommended\".", "summary": "Validate Exclusion Item", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_exclusions_validate_post"}}, "/web/api/v2.1/restrictions/validate": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.schemas_ValidateRestrictionSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.schemas_ValidateExclusionRestrictionOutputSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Check if a hash is on the list of SentinelOne items that are \"Not Allowed\" or \"Not Recommended\". This API returns one of the following statuses:
* Not Recommended: This item is not recommended by SentinelOne because it decreases security.
* Not Allowed: This item can harm the product and lead to unexpected functionality. From version North Pole SP3 you are prevented from creating Not Allowed blocklist item. * None: This item is not on the list of SentinelOne items that are \"Not Allowed\" or \"Not Recommended\".", "summary": "Validate Blocklist Item", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_restrictions_validate_post"}}, "/web/api/v2.1/export/exclusions": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "unified", "type": "boolean", "description": "Unified", "required": false}, {"in": "query", "name": "value", "type": "string", "description": "Value", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes", "required": false}, {"in": "query", "name": "type", "type": "string", "enum": ["path", "certificate", "browser", "file_type", "white_hash", "dv_exclusions"], "description": "Type. Example: \"path\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of Os types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "recommendations", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by user name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Type in. Example: \"path\".", "items": {"type": "string", "enum": ["path", "certificate", "browser", "file_type", "white_hash", "dv_exclusions"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "modes", "type": "array", "maxItems": 5000, "description": "List of modes to filter by (Path exclusions only). Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dynamic_only", "suppress_dfi_only", "disable_in_process_monitor", "disable_in_process_monitor_deep", "disable_all_monitors", "disable_all_monitors_deep", "suppress_app_control", "suppress_drift_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathExclusionTypes", "type": "array", "maxItems": 5000, "description": "List of excluded paths in an exclusion (Path exclusions only). Example: \"file\".", "items": {"type": "string", "enum": ["file", "folder", "subfolders"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "indication whether the exclusion was imported by a bulk operation or not", "required": false}, {"in": "query", "name": "applicationName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by application name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "inAppInventory", "type": "boolean", "description": "Found or Not found - indicates if this exclusion is related to an application found in the scope's Application Inventory.", "required": false}, {"in": "query", "name": "modeType", "type": "string", "enum": ["all", "suppression", "agent_interoperability", "binary_vault"], "description": "Mode type. Example: \"all\".", "required": false}, {"in": "query", "name": "childProcess", "type": "boolean", "description": "Child process", "required": false}, {"in": "query", "name": "threatType", "type": "array", "maxItems": 5000, "description": "Threat type in. Example: \"EDR\".", "items": {"type": "string", "enum": ["EDR", "IDR"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "Engine in. Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dfi_only", "suppress_dynamic_only", "suppress_app_control", "suppress_drift_detection", "ad_secure_ep"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interactionLevel", "type": "array", "maxItems": 5000, "description": "Interaction level in. Example: \"disable_all_monitors\".", "items": {"type": "string", "enum": ["disable_all_monitors", "disable_in_process_monitor", "identity_only"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "conditions", "type": "array", "maxItems": 5000, "description": "Conditions in. Example: \"white_hash\".", "items": {"type": "string", "enum": ["white_hash", "path", "certificate", "file_type", "browser", "commandline", "container_native", "user", "host", "process"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "exclusionName__contains", "type": "array", "maxItems": 20, "description": "Exclusion name like any", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "notRecommended", "type": "array", "maxItems": 5000, "description": "Not recommended in. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 20, "description": "Scope path like any", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get a csv of all the items in the Exclusions that match the filter.
Note: To see items from the Global Exclusion scope, make sure \"tenant\" is \"true\" and no other scope ID is given.", "summary": "Export Exclusions", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_exclusions_get"}}, "/web/api/v2.1/export/restrictions": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "unified", "type": "boolean", "description": "Unified", "required": false}, {"in": "query", "name": "value", "type": "string", "description": "Value", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes", "required": false}, {"in": "query", "name": "type", "type": "string", "default": "black_hash", "enum": ["black_hash"], "description": "Type. Example: \"black_hash\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of Os types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "recommendations", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by user name", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Type in. Example: \"black_hash\".", "items": {"type": "string", "enum": ["black_hash"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "indication whether the hash was imported by a bulk operation or not", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions and Blocklist"], "produces": ["application/json"], "description": "Get a csv of all the items in the Blocklist that match the filter.
Note: To see items from the Global Blocklist, make sure \"tenant\" is \"true\" and no other scope ID is given.", "summary": "Export Blocklist", "x-s1-required-permissions": ["Blacklist.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_restrictions_get"}}, "/web/api/v2.1/unified-exclusions": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "source", "description", "osType", "scope", "userName", "scopePath", "notRecommended", "interactionLevel", "childProcess", "reason", "user", "threatType", "engines", "exclusionName", "modeType", "inAppInventory"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of OS types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "modeType", "type": "array", "maxItems": 5000, "description": "List of Exclusion Type to filter by: suppression, agent_interoperability, or binary_vault . Example: \"all\".", "items": {"type": "string", "enum": ["all", "suppression", "agent_interoperability", "binary_vault"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "notRecommended", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "warnings", "type": "array", "maxItems": 5000, "description": "List of warnings to filter by. Example: \"Not allowed\".", "items": {"type": "string", "enum": ["Not allowed", "Not recommended", "Duplication", "NONE"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathExclusionTypes", "type": "array", "maxItems": 5000, "description": "List of excluded paths in an exclusion to filter by. Applies only to EDR exclusions of type path. Example: \"file\".", "items": {"type": "string", "enum": ["file", "folder", "subfolders"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "threatType", "type": "array", "maxItems": 5000, "description": "List of threat types to filter by. Example: \"EDR\".", "items": {"type": "string", "enum": ["EDR", "IDR"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "List of engines to filter by. Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dfi_only", "suppress_dynamic_only", "suppress_app_control", "suppress_drift_detection", "ad_secure_ep"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interactionLevel", "type": "array", "maxItems": 5000, "description": "List of interaction levels to filter by. Example: \"disable_all_monitors\".", "items": {"type": "string", "enum": ["disable_all_monitors", "disable_in_process_monitor", "identity_only"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false).", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false).", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "Indicates if the exclusion was imported by a bulk operation or not. You can filter by this.", "required": false}, {"in": "query", "name": "conditions", "type": "array", "maxItems": 5000, "description": "List of conditions to filter by. Example: \"white_hash\".", "items": {"type": "string", "enum": ["white_hash", "path", "certificate", "file_type", "browser", "commandline", "container_native", "user", "host", "process"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "childProcess", "type": "boolean", "description": "Indicates if the exclusion applies to child processes or not. You can filter by this.", "required": false}, {"in": "query", "name": "inAppInventory", "type": "boolean", "description": "Indicates if the exclusion is related to an application found in the scope's Application Inventory or not. You can filter by this.", "required": false}, {"in": "query", "name": "exclusionName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by exclusion name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applicationName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by application name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "podName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by pod name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by container name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "namespace__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by namespace.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sha256Image__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by SHA-256 of an image.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fullImageName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by full image URI.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsKey__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by label key.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by label value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cmdlineValue__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by nested cmdline value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by nested path value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by username.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by scope path.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tags", "type": "string", "description": "Filter exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Exclusions that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "List of tag IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "countsFor", "type": "string", "description": "comma-separated list of fields to be shown. Example: \"threatType,interactionLevel\".", "required": false}, {"in": "query", "name": "tagsByGroup", "type": "string", "description": "Group exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. . Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTagsByGroup", "type": "boolean", "description": "Include Exclusions that have any tags assigned if True, or none if False", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.get_schema_UnifiedExclusionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Get a list of all the Exclusions that match the filter.
Note: To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.", "summary": "Get Exclusions", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_get"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.delete_schema_UnifiedExclusionSchemaDeleteRequest"}}], "responses": {"403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Exclusions successfully deleted.", "schema": {"$ref": "#/definitions/exclusions.delete_schema_UnifiedExclusionSchemaDeleteResponse_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "summary": "Delete Exclusions", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_delete"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"oneOf": [{"$ref": "#/definitions/exclusions.post_schema_PostUnifiedExclusionSchema_IDR"}, {"$ref": "#/definitions/exclusions.post_schema_PostUnifiedExclusionSchema_EDR"}]}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.get_schema_UnifiedExclusionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Create Exclusions to make your Agents suppress alerts and mitigation for items that you consider to be benign or which you require for interoperability.
IMPORTANT! Every Exclusion is a possible security hole. Do not create Exclusions unless you are sure this hash, path, certificate signer, file type, or browser is always benign.
Of course, if you can make the Exclusion by its hash or path, that is much more secure than excluding all detections of a specific signer, file type, or browser. We do not recommend the last types for Exclusions on production endpoints. These Exclusions might be helpful in a lab or pentester group. When you create an Exclusion, make sure you set the filter to the smallest possible scope. For example, if you can exclude security for this item on a group, do not enter values for siteIds or accountIds.
We recommend that you read \"Not Recommended Exclusions and Best Practices for Exclusions.
See the Help from the Console for more details.", "summary": "Create Unified Exclusion", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_post"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"oneOf": [{"$ref": "#/definitions/exclusions.put_schema_PutUnifiedExclusionSchema_IDR"}, {"$ref": "#/definitions/exclusions.put_schema_PutUnifiedExclusionSchema_EDR"}]}}], "responses": {"404": {"description": "Exclusion not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.get_schema_UnifiedExclusionSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Change the properties of an Exclusion through the data fields. To get the original data, run \"exclusions\" with a filter to give the item you want.", "summary": "Update Exclusions", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_put"}}, "/web/api/v2.1/unified-exclusions/bulk": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/exclusions.post_schema_PostUnifiedExclusionSchema_many"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.get_schema_UnifiedExclusionSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Create Bulk Exclusions to make your Agents suppress alerts and mitigation for items that you consider to be benign or which you require for interoperability.
IMPORTANT! Every Exclusion is a possible security hole. Do not create Exclusions unless you are sure this hash, path, certificate signer, file type, or browser is always benign.
Of course, if you can make the Exclusion by its hash or path, that is much more secure than excluding all detections of a specific signer, file type, or browser. We do not recommend the last types for Exclusions on production endpoints. These Exclusions might be helpful in a lab or pentester group. When you create an Exclusion, make sure you set the filter to the smallest possible scope. For example, if you can exclude security for this item on a group, do not enter values for siteIds or accountIds.
We recommend that you read \"Not Recommended Exclusions and Best Practices for Exclusions.
See the Help from the Console for more details.", "summary": "Create Bulk Unified Exclusion", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_bulk_post"}}, "/web/api/v2.1/unified-exclusions/import": {"post": {"parameters": [{"in": "formData", "name": "filter", "description": "Filter", "type": "object", "properties": {"scopeLevel": {"type": "string", "description": "The scope level of the exclusion.", "example": "group", "enum": ["group", "site", "account", "tenant"]}, "scopeLevelId": {"type": "integer", "description": "The identifier of the scope level.", "x-nullable": true}}, "required": true}, {"in": "formData", "name": "file", "type": "file", "description": "The input JSON or CSV file", "required": true}], "responses": {"403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.import_schema_ImportUnifiedExclusionsResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Import exclusions to a specified scope in the Console. Use an exclusion JSON file exported from a different scope. Exported exclusion CSV files are also supported.", "summary": "Import Unified Exclusions", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_import_post"}}, "/web/api/v2.1/unified-exclusions/export": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of OS types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "modeType", "type": "array", "maxItems": 5000, "description": "List of Exclusion Type to filter by: suppression, agent_interoperability, or binary_vault . Example: \"all\".", "items": {"type": "string", "enum": ["all", "suppression", "agent_interoperability", "binary_vault"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "notRecommended", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "warnings", "type": "array", "maxItems": 5000, "description": "List of warnings to filter by. Example: \"Not allowed\".", "items": {"type": "string", "enum": ["Not allowed", "Not recommended", "Duplication", "NONE"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathExclusionTypes", "type": "array", "maxItems": 5000, "description": "List of excluded paths in an exclusion to filter by. Applies only to EDR exclusions of type path. Example: \"file\".", "items": {"type": "string", "enum": ["file", "folder", "subfolders"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "threatType", "type": "array", "maxItems": 5000, "description": "List of threat types to filter by. Example: \"EDR\".", "items": {"type": "string", "enum": ["EDR", "IDR"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "List of engines to filter by. Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dfi_only", "suppress_dynamic_only", "suppress_app_control", "suppress_drift_detection", "ad_secure_ep"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interactionLevel", "type": "array", "maxItems": 5000, "description": "List of interaction levels to filter by. Example: \"disable_all_monitors\".", "items": {"type": "string", "enum": ["disable_all_monitors", "disable_in_process_monitor", "identity_only"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false).", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false).", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "Indicates if the exclusion was imported by a bulk operation or not. You can filter by this.", "required": false}, {"in": "query", "name": "conditions", "type": "array", "maxItems": 5000, "description": "List of conditions to filter by. Example: \"white_hash\".", "items": {"type": "string", "enum": ["white_hash", "path", "certificate", "file_type", "browser", "commandline", "container_native", "user", "host", "process"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "childProcess", "type": "boolean", "description": "Indicates if the exclusion applies to child processes or not. You can filter by this.", "required": false}, {"in": "query", "name": "inAppInventory", "type": "boolean", "description": "Indicates if the exclusion is related to an application found in the scope's Application Inventory or not. You can filter by this.", "required": false}, {"in": "query", "name": "exclusionName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by exclusion name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applicationName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by application name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "podName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by pod name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by container name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "namespace__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by namespace.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sha256Image__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by SHA-256 of an image.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fullImageName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by full image URI.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsKey__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by label key.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by label value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cmdlineValue__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by nested cmdline value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by nested path value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by username.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by scope path.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tags", "type": "string", "description": "Filter exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Exclusions that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "List of tag IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "countsFor", "type": "string", "description": "comma-separated list of fields to be shown. Example: \"threatType,interactionLevel\".", "required": false}, {"in": "query", "name": "tagsByGroup", "type": "string", "description": "Group exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. . Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTagsByGroup", "type": "boolean", "description": "Include Exclusions that have any tags assigned if True, or none if False", "required": false}], "responses": {"403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Export the currently filtered exclusions to a JSON file. You can use the export file to import the exclusions to a different scope.", "summary": "Export Unified Exclusions", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_export_get"}}, "/web/api/v2.1/unified-exclusions/available-actions": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "source", "description", "osType", "scope", "userName", "scopePath", "notRecommended", "interactionLevel", "childProcess", "reason", "user", "threatType", "engines", "exclusionName", "modeType", "inAppInventory"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "List of OS types to filter by. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "array", "maxItems": 5000, "description": "List sources to filter by. Example: \"user\".", "items": {"type": "string", "enum": ["user", "cloud", "action_from_threat", "catalog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "userIds", "type": "array", "maxItems": 5000, "description": "List of user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "modeType", "type": "array", "maxItems": 5000, "description": "List of Exclusion Type to filter by: suppression, agent_interoperability, or binary_vault . Example: \"all\".", "items": {"type": "string", "enum": ["all", "suppression", "agent_interoperability", "binary_vault"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "notRecommended", "type": "array", "maxItems": 5000, "description": "List of recommendations to filter by. Example: \"Not recommended\".", "items": {"type": "string", "enum": ["Not recommended", "Not allowed", "NONE", "duplicated_value_sha1", "duplicated_value_sha256", "duplicated_value_sha1_sha256", "Duplication"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "warnings", "type": "array", "maxItems": 5000, "description": "List of warnings to filter by. Example: \"Not allowed\".", "items": {"type": "string", "enum": ["Not allowed", "Not recommended", "Duplication", "NONE"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathExclusionTypes", "type": "array", "maxItems": 5000, "description": "List of excluded paths in an exclusion to filter by. Applies only to EDR exclusions of type path. Example: \"file\".", "items": {"type": "string", "enum": ["file", "folder", "subfolders"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "threatType", "type": "array", "maxItems": 5000, "description": "List of threat types to filter by. Example: \"EDR\".", "items": {"type": "string", "enum": ["EDR", "IDR"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "List of engines to filter by. Example: \"suppress\".", "items": {"type": "string", "enum": ["suppress", "suppress_dfi_only", "suppress_dynamic_only", "suppress_app_control", "suppress_drift_detection", "ad_secure_ep"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "interactionLevel", "type": "array", "maxItems": 5000, "description": "List of interaction levels to filter by. Example: \"disable_all_monitors\".", "items": {"type": "string", "enum": ["disable_all_monitors", "disable_in_process_monitor", "identity_only"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "description": "Return filters from parent scope levels (Default: false).", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "description": "Return filters from children scope levels (Default: false).", "required": false}, {"in": "query", "name": "imported", "type": "boolean", "description": "Indicates if the exclusion was imported by a bulk operation or not. You can filter by this.", "required": false}, {"in": "query", "name": "conditions", "type": "array", "maxItems": 5000, "description": "List of conditions to filter by. Example: \"white_hash\".", "items": {"type": "string", "enum": ["white_hash", "path", "certificate", "file_type", "browser", "commandline", "container_native", "user", "host", "process"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "childProcess", "type": "boolean", "description": "Indicates if the exclusion applies to child processes or not. You can filter by this.", "required": false}, {"in": "query", "name": "inAppInventory", "type": "boolean", "description": "Indicates if the exclusion is related to an application found in the scope's Application Inventory or not. You can filter by this.", "required": false}, {"in": "query", "name": "exclusionName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by exclusion name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applicationName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by application name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "value__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "podName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by pod name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by container name.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "namespace__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by namespace.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sha256Image__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by SHA-256 of an image.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fullImageName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by full image URI.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsKey__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by label key.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "labelsValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by label value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cmdlineValue__contains", "type": "array", "maxItems": 32, "description": "Free-text filter by nested cmdline value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "pathValue__contains", "type": "array", "maxItems": 64, "description": "Free-text filter by nested path value.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 15, "description": "Free-text filter by description.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "user__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by username.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by scope path.", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tags", "type": "string", "description": "Filter exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTags", "type": "boolean", "description": "Include only Exclusions that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "List of tag IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "countsFor", "type": "string", "description": "comma-separated list of fields to be shown. Example: \"threatType,interactionLevel\".", "required": false}, {"in": "query", "name": "tagsByGroup", "type": "string", "description": "Group exclusions by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. . Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasTagsByGroup", "type": "boolean", "description": "Include Exclusions that have any tags assigned if True, or none if False", "required": false}, {"in": "query", "name": "create", "type": "boolean", "description": "Create", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/exclusions.get_schema_UnifiedExclusionsActionsResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Exclusions v2.1"], "produces": ["application/json"], "description": "Get a list of available actions for exclusions that match the filter criteria.", "summary": "Get Exclusion Actions", "x-s1-required-permissions": ["Exclusions.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_unified-exclusions_available-actions_get"}}, "/web/api/v2.1/filters": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "createdAt", "updatedAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Text query for filter's name. Example: \"MyFilter\".", "required": false}, {"in": "query", "name": "includeGlobal", "type": "boolean", "default": false, "description": "[DEPRECATED] Return global filters even when specific sites are selected", "required": false}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of Filter IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/filters.filters_FilterViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Get the list of saved filters. See Save Filter. The response includes the ID of the filter, which you can use in other commands.", "summary": "Get Filters", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/filters.filters_NewFilterSchema"}}], "responses": {"403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Filter successfully saved. Returns created object.", "schema": {"$ref": "#/definitions/filters.filters_FilterViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Save a new filter to get a list of matching endpoints. When you save a filter, you can run actions on the Agents as a set of objects or create a dynamic group (automatically adds new Agents that match the filter and drops Agents if they change to not match).\r\nFor example, you can save a filter with {\"data\":{\"filterFields\":{\"infected\":true}}} to run kill and quarantine commands on all the Agents at once, or to create a group that holds currently infected endpoints. Best Practice: Set a scope for the new Saved Filter. Run \"accounts\", \"sites\", or \"groups\" to get the IDs for the scope.", "summary": "Save Filter", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_post"}}, "/web/api/v2.1/filters/{filter_id}": {"put": {"parameters": [{"in": "path", "name": "filter_id", "type": "string", "x-minimum": "100000000000000000", "description": "Filter ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/filters.filters_UpdateFilterSchema"}}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Filter successfully updated. Returns updated object.", "schema": {"$ref": "#/definitions/filters.filters_FilterViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Update an existing filter", "summary": "Update Filter", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_{filter_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "filter_id", "type": "string", "x-minimum": "100000000000000000", "description": "Filter ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Filter successfully deleted.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Delete a saved filter.", "summary": "Delete Filter", "x-s1-required-permissions": ["Endpoints.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_{filter_id}_delete"}}, "/web/api/v2.1/filters/dv": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "createdAt", "updatedAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Text query for filter's name. Example: \"MyFilter\".", "required": false}, {"in": "query", "name": "includeGlobal", "type": "boolean", "default": false, "description": "[DEPRECATED] Return global filters even when specific sites are selected", "required": false}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return filters from parent scope levels (Default: false)", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels (Default: false)", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of Filter IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Get saved Deep Visibility queries with full data. See Save Deep Visibility Filters.The response includes the ID of the filter, which you can use in other commands.", "summary": "[DEPRECATED] Get Deep Visibility Filters", "x-s1-required-permissions": ["Deep Visibility.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_dv_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/filters.filters_NewDeepVisibilityFilterSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Save a Deep Visibility query with data as a filter, to get notifications of specific events sent to named recipients on a given frequency. The recipients must be Console users with permissions on the scope of the query. Notifications are sent through email: you must have an SMTP server configured in the SentinelOne solution (/settings/smtp see Set SMTP Settings).\r\nDeep Visibility requires a Complete SKU.", "summary": "[DEPRECATED] Save Deep Visibility Filter", "consumes": ["application/json"], "x-s1-required-permissions": ["Deep Visibility.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_dv_post"}}, "/web/api/v2.1/filters/dv/{filter_id}": {"delete": {"parameters": [{"in": "path", "name": "filter_id", "type": "string", "x-minimum": "100000000000000000", "description": "Filter ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Filter successfully deleted.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Delete a saved Deep Visibility query.", "summary": "[DEPRECATED] Delete Deep Visibility Filter", "x-s1-required-permissions": ["Deep Visibility.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_dv_{filter_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "filter_id", "type": "string", "x-minimum": "100000000000000000", "description": "Filter ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/filters.filters_NewDeepVisibilityFilterSchema"}}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Filter successfully updated. Returns updated object.", "schema": {"$ref": "#/definitions/filters.filters_DeepVisibilityFilterViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Change a saved Deep Visibility filter. To get the ID and fields to change, run Get Deep Visibility Filters.", "summary": "[DEPRECATED] Update Deep Visibility Filter", "consumes": ["application/json"], "x-s1-required-permissions": ["Deep Visibility.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_dv_{filter_id}_put"}}, "/web/api/v2.1/filters/csv-filter": {"post": {"parameters": [{"in": "formData", "name": "agentFilterField", "type": "string", "minLength": 1, "description": "The property of the endpoint to filter by", "required": true}, {"in": "formData", "name": "excludeHeader", "type": "boolean", "description": "Set to True to exclude the column header", "required": true}, {"in": "formData", "name": "file", "type": "file", "description": "File", "required": true}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/filters.schemas_CsvFilterViewSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Filters"], "produces": ["application/json"], "description": "Upload CSV file", "summary": "Upload CSV file", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_filters_csv-filter_post"}}, "/web/api/v2.1/xdr/filters": {"get": {"parameters": [{"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Text query for filter's name"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "includeChildren", "required": false, "type": "boolean", "default": false, "description": "Return filters from children scope levels (Default: false)"}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of Filter IDs", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "includeParents", "required": false, "type": "boolean", "default": false, "description": "Return filters from parent scope levels (Default: false)"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["id", "name", "createdAt", "updatedAt"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.config.schemas_FilterEnrichedSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get the list of saved filters. See Save Filter. The response includes the ID of the filter, which you can use in other commands.", "summary": "Get Filters", "operationId": "_web_api_xdr_filters_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.config.schemas_NewFilterSchema"}}], "responses": {"403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "200": {"description": "Filter successfully saved. Returns created object.", "schema": {"$ref": "#/definitions/v2_1.config.schemas_FilterViewSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Save a new filter to get a list of matching endpoints. When you save a filter, you can run actions on the Agents as a set of objects or create a dynamic group (automatically adds new Agents that match the filter and drops Agents if they change to not match).\r\nFor example, you can save a filter with {\"data\":{\"filterFields\":{\"infected\":true}}} to run kill and quarantine commands on all the Agents at once, or to create a group that holds currently infected endpoints. Best Practice: Set a scope for the new Saved Filter. Run \"accounts\", \"sites\", or \"groups\" to get the IDs for the scope.", "summary": "Save Filter", "consumes": ["application/json"], "operationId": "_web_api_xdr_filters_post"}}, "/web/api/v2.1/xdr/private/filters/enriched": {"get": {"parameters": [{"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Text query for filter's name"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "includeChildren", "required": false, "type": "boolean", "default": false, "description": "Return filters from children scope levels (Default: false)"}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of Filter IDs", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "includeParents", "required": false, "type": "boolean", "default": false, "description": "Return filters from parent scope levels (Default: false)"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["id", "name", "createdAt", "updatedAt"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.config.schemas_FilterEnrichedSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get a list of saved endpoint filters, with enriched data. One of the fields in the response is the ID of each filter, which you will need in other commands. ", "summary": "Filters with Metadata", "operationId": "_web_api_xdr_private_filters_enriched_get"}}, "/web/api/v2.1/xdr/filters/{filter_id}": {"put": {"parameters": [{"in": "path", "name": "filter_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Filter ID"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.config.schemas_UpdateFilterSchema"}}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "200": {"description": "Filter successfully updated. Returns updated object.", "schema": {"$ref": "#/definitions/v2_1.config.schemas_FilterViewSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Update an existing filter", "summary": "Update Filter", "consumes": ["application/json"], "operationId": "_web_api_xdr_filters_{filter_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "filter_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Filter ID"}], "responses": {"404": {"description": "Filter not found", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "403": {"description": "User is not allowed to perform this operation.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "200": {"description": "Filter successfully deleted.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Delete a saved filter.", "summary": "Delete Filter", "operationId": "_web_api_xdr_filters_{filter_id}_delete"}}, "/web/api/v2.1/firewall-control": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "action", "status", "order"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on name, tag, application, protocol", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only firewall rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applications", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered firewall class.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Return firewall rules with the filtered name.", "required": false}, {"in": "query", "name": "protocols", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered protocols.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered os_type. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "directions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered directions. Example: \"any\".", "items": {"type": "string", "enum": ["any", "inbound", "outbound"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return firewall rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return firewall rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return firewall rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return firewall rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return firewall rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Filter by associated locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "Filter by associated tags. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Rule name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Tag name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "application__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "protocol__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by protocol (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "service__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by service (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Get the Firewall Control rules for a scope specified by ID (run \"accounts\", \"sites, \"groups\", or set \"tenant\" to \"true\") that match the filter.
The response will be quite long because it includes all the rule properties, thus at least one of these filters is required: action, status, osType, name, or scope ID.", "summary": "Get Firewall Rules", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_PostFirewallSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Create a Firewall Control rule for a scope specified by ID (run \"accounts\", \"sites\", \"groups\", or set \"tenant\" to \"true\") and specific OS, to allow or block network traffic to matching endpoints.
You can create one clean-up rule, with the Action of Allow or Block and with no other parameters defined explicitly. Make this the default rule at the end of your rule list. Traffic that does not match other rules first will match this rule. If you do not have a clean-up rule to match all traffic, the default Firewall Control behavior is to allow traffic that is not explicitly blocked.
Firewall Control requires Control SKU.", "summary": "Create Firewall Rule", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_RuleDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Delete Firewall Control rules that match the filter.", "summary": "Delete Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_delete"}}, "/web/api/v2.1/firewall-control/copy-rules": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Copy a set of rules to other scopes.
In the filter of the body, enter the properties to define the source. In the data field of the body, define the targets by ID. To get a scope ID, run 'accounts', 'sites', or 'groups'.", "summary": "Copy Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_copy-rules_post"}}, "/web/api/v2.1/firewall-control/move-rules": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Remove Firewall Rules, defined with the ID of the rules (run 'firewall-control'), from scopes specified by ID (run 'accounts', 'sites', or 'groups') and add the rules to the scope IDs in the data field.
Firewall Control requires Control SKU.", "summary": "Move Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_move-rules_post"}}, "/web/api/v2.1/firewall-control/set-location": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_SetLocationSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Set location attributes for a Location Aware Firewall Control rule. These rules are applied by Agents only if the network parameters of the endpoint match the properties of the location definition. To get a Location ID, run \"locations\".
Firewall Control requires Control SKU.", "summary": "Set Location", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_set-location_post"}}, "/web/api/v2.1/firewall-control/reorder": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ReorderSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Change the order of rules for a scope specified by ID (run \"accounts\", \"sites\", or \"groups\").
The Agent looks at the rules based on their order in the Firewall Control policy, from the top to the bottom. First it goes through the Group rules, then the Site rules, then the Account rules, then the Global rules. When the Agent finds a rule that matches the parameters of the traffic, that rule is applied. The Agent does not continue to the lower rules in the list. Thus, the scope and the order of the rules is important.
Firewall Control requires Control SKU.", "summary": "Reorder Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_reorder_put"}}, "/web/api/v2.1/firewall-control/configuration": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Get the Firewall Control configuration for a given scope.
To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.
The response shows if Firewall Control is enabled for the scope, if Location Awareness is enabled, the higher scope from which this scope inherited the configuration, and whether a lower scope inherits this configuration.
Firewall Control requires Control SKU.", "summary": "Get Configuration", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_configuration_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_PostFirewallSettingsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Change the Firewall Control configuration for a given scope.
To get the ID of a scope, run \"accounts\", \"sites\", or \"groups\". To change the Global configuration, leave the filters empty and set \"tenant\" to \"true\". In the Body, you can set if Firewall Control is enabled for the scope, if Location Awareness is enabled, the higher scope from which this scope inherits the configuration (\"Global\" or a scope ID), whether the lower scopes inherit this configuration, and whether blocked actions are reported.
Firewall Control requires Control SKU.", "summary": "Update Configuration", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.modifySettings(preferencesTab)", "Network Quarantine Control.modifySettings(preferencesTab)", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_configuration_put"}}, "/web/api/v2.1/firewall-control/export": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on name, tag, application, protocol", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only firewall rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applications", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered firewall class.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Return firewall rules with the filtered name.", "required": false}, {"in": "query", "name": "protocols", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered protocols.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered os_type. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "directions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered directions. Example: \"any\".", "items": {"type": "string", "enum": ["any", "inbound", "outbound"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return firewall rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return firewall rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return firewall rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return firewall rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return firewall rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Filter by associated locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "Filter by associated tags. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Rule name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Tag name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "application__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "protocol__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by protocol (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "service__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by service (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Export Firewall Control rules that match the filter to a JSON file from a scope specified by ID (run \"accounts\", \"sites\", \"groups\", or leave the scope empty and set \"tenant\" to \"true\") and import them to another scope (with the \"import\" command.
Firewall Control requires Control SKU.", "summary": "Export Rules", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_export_get"}}, "/web/api/v2.1/firewall-control/import": {"post": {"parameters": [{"in": "formData", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "formData", "name": "file", "type": "file", "description": "File", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Import Firewall Control rules from an exported JSON file to scopes specified by ID (run \"accounts\", \"sites\", \"groups\", or leave the scope empty and set \"tenant\" to \"true\").
Firewall Control requires Control SKU, in the target and in the source.", "summary": "Import Rules", "consumes": ["multipart/form-data"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_import_post"}}, "/web/api/v2.1/firewall-control/enable": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_EnableRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Change the status of a set of Firewall Control rules that match the filter to \"Enabled\" or \"Disabled\". In one request, you can set one status or the other.", "summary": "Enable/Disable Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_enable_put"}}, "/web/api/v2.1/firewall-control/protocols": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search on protocols", "required": false}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_ProtocolSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Get a list of protocols that can be used in Firewall Control rules.", "summary": "Get Protocols", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_protocols_get"}}, "/web/api/v2.1/firewall-control/add-tags": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ChangeRulesTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Create a Firewall Rule tag.
Create tags to represent Firewall policies - a set of rules in a specific order. After you create the tag, add rules to it.
Notes:
* Tags apply to a scope and cannot be linked to rules from different scopes.
* Tags must be 2 to 256 characters.", "summary": "Add Rule Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_add-tags_post"}}, "/web/api/v2.1/firewall-control/remove-tags": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ChangeRulesTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Remove firewall tags from rules matching the filter.
Tags represent Firewall policies - a set of rules in a specific order. When you remove a rule with a tag, all scopes that subscribe to the tag get the change.", "summary": "Remove Rule Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_remove-tags_post"}}, "/web/api/v2.1/firewall-control/tag-rules/{tag_id}": {"get": {"parameters": [{"in": "path", "name": "tag_id", "type": "string", "x-minimum": "100000000000000000", "description": "Rule ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "action", "status", "order"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on name, tag, application, protocol", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only firewall rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applications", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered firewall class.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Return firewall rules with the filtered name.", "required": false}, {"in": "query", "name": "protocols", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered protocols.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered os_type. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "directions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered directions. Example: \"any\".", "items": {"type": "string", "enum": ["any", "inbound", "outbound"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return firewall rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return firewall rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return firewall rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return firewall rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return firewall rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Filter by associated locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "Filter by associated tags. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Rule name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Tag name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "application__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "protocol__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by protocol (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "service__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by service (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Get all Firewall rules linked to tag, regardless of inheritance mode.
To get the ID of a tag, run the firewall-control API (see Get Firewall Rules) and see tagIDs in the response.", "summary": "Get Tag Firewall Rules", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_tag-rules_{tag_id}_get"}}, "/web/api/v2.1/applications/{application_id}/forensics": {"get": {"parameters": [{"in": "path", "name": "application_id", "type": "string", "description": "Application ID. Example: \"56ee72a79c7e5c62dd36e6b1\".", "required": true}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/forensics_ApplicationContentFields_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Forensics"], "produces": ["application/json"], "description": "DEPRECATED", "summary": "Application Forensics", "x-s1-required-permissions": ["Threats.view", "Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_applications_{application_id}_forensics_get"}}, "/web/api/v2.1/applications/{application_id}/forensics/details": {"get": {"parameters": [{"in": "path", "name": "application_id", "type": "string", "description": "Application ID. Example: \"56ee72a79c7e5c62dd36e6b1\".", "required": true}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/forensics_ApplicationDetailsContentFields_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Forensics"], "produces": ["application/json"], "description": "[DEPRECATED] Returns an empty array", "summary": "Application Forensics - Detailed", "x-s1-required-permissions": ["Threats.view", "Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_applications_{application_id}_forensics_details_get"}}, "/web/api/v2.1/applications/{application_id}/forensics/connections": {"get": {"parameters": [{"in": "path", "name": "application_id", "type": "string", "description": "Application ID. Example: \"56ee72a79c7e5c62dd36e6b1\".", "required": true}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "country_code", "type": "string", "default": "", "description": "Country code", "required": false}], "responses": {"404": {"description": "Not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/forensics_ConnectionsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Forensics"], "produces": ["application/json"], "description": "[DEPRECATED] Returns an empty array", "summary": "Application Connections", "x-s1-required-permissions": ["Threats.view", "Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_applications_{application_id}_forensics_connections_get"}}, "/web/api/v2.1/applications/{application_id}/forensics/export/{export_format}": {"get": {"parameters": [{"in": "path", "name": "application_id", "type": "string", "description": "Application ID. Example: \"56ee72a79c7e5c62dd36e6b1\".", "required": true}, {"in": "path", "name": "export_format", "type": "string", "enum": ["csv", "json"], "description": "Export format. Example: \"csv\".", "required": true}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Forensics"], "produces": ["application/json"], "description": "[DEPRECATED] Returns an empty array", "summary": "Export Application", "x-s1-required-permissions": ["Threats.view", "Applications Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_applications_{application_id}_forensics_export_{export_format}_get"}}, "/web/api/v2.1/ranger/gateways": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "ip", "macAddress", "externalIp", "allowScan", "networkName", "totalAgents", "agentPercentage", "createdAt", "numberOfAgents", "numberOfRangers", "expiryDate", "connectedRangers"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Free text query", "required": false}, {"in": "query", "name": "ip", "type": "string", "description": "Search ip using a CIDR expression exact IP", "required": false}, {"in": "query", "name": "macAddress", "type": "string", "description": "The gateway mac address", "required": false}, {"in": "query", "name": "externalIp", "type": "string", "description": "Search external ip using a CIDR expression or exact IP", "required": false}, {"in": "query", "name": "allowScan", "type": "string", "description": "Do we allow scanning in this network", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of gateway ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scanOnlyLocalSubnets", "type": "boolean", "description": "Allow remote tasks form this network", "required": false}, {"in": "query", "name": "new", "type": "boolean", "description": "True if this is network was first seen some days ago, 3 by default", "required": false}, {"in": "query", "name": "archived", "type": "boolean", "description": "Archived network", "required": false}, {"in": "query", "name": "numberOfAgents__lt", "type": "integer", "description": "Agent count (less than)", "required": false}, {"in": "query", "name": "numberOfAgents__lte", "type": "integer", "description": "Agent count (less than or equal)", "required": false}, {"in": "query", "name": "numberOfAgents__gt", "type": "integer", "description": "Agent count (more than)", "required": false}, {"in": "query", "name": "numberOfAgents__gte", "type": "integer", "description": "Agent count (more than or equal)", "required": false}, {"in": "query", "name": "numberOfAgents__between", "type": "string", "description": "The number of non decommissioned agents in this network. Example: \"2-8\".", "required": false}, {"in": "query", "name": "numberOfRangers__lt", "type": "integer", "description": "Network Discovery count (less than)", "required": false}, {"in": "query", "name": "numberOfRangers__lte", "type": "integer", "description": "Network Discovery count (less than or equal)", "required": false}, {"in": "query", "name": "numberOfRangers__gt", "type": "integer", "description": "Network Discovery count (more than)", "required": false}, {"in": "query", "name": "numberOfRangers__gte", "type": "integer", "description": "Network Discovery count (more than or equal)", "required": false}, {"in": "query", "name": "numberOfRangers__between", "type": "string", "description": "The number of non decommissioned agents in this network. Example: \"2-8\".", "required": false}, {"in": "query", "name": "agentPercentage__lt", "type": "number", "description": "Agent percentage (less than)", "required": false}, {"in": "query", "name": "agentPercentage__lte", "type": "number", "description": "Agent percentage (less than or equal)", "required": false}, {"in": "query", "name": "agentPercentage__gt", "type": "number", "description": "Agent percentage (more than)", "required": false}, {"in": "query", "name": "agentPercentage__gte", "type": "number", "description": "Agent percentage (more than or equal)", "required": false}, {"in": "query", "name": "agentPercentage__between", "type": "string", "description": "Percentage of agents of the account in this network calculated as numberOfAgents/totalAgents * 100. Example: \"70-80\".", "required": false}, {"in": "query", "name": "totalAgents__lt", "type": "integer", "description": "Total agents (less than)", "required": false}, {"in": "query", "name": "totalAgents__lte", "type": "integer", "description": "Total agents (less than or equal)", "required": false}, {"in": "query", "name": "totalAgents__gt", "type": "integer", "description": "Total agents (more than)", "required": false}, {"in": "query", "name": "totalAgents__gte", "type": "integer", "description": "Total agents (more than or equal)", "required": false}, {"in": "query", "name": "totalAgents__between", "type": "string", "description": "The total of non decommissioned agents in the account. Example: \"2-8\".", "required": false}, {"in": "query", "name": "connectedRangers__lt", "type": "integer", "description": "Total agents (less than)", "required": false}, {"in": "query", "name": "connectedRangers__lte", "type": "integer", "description": "Total agents (less than or equal)", "required": false}, {"in": "query", "name": "connectedRangers__gt", "type": "integer", "description": "Total agents (more than)", "required": false}, {"in": "query", "name": "connectedRangers__gte", "type": "integer", "description": "Total agents (more than or equal)", "required": false}, {"in": "query", "name": "connectedRangers__between", "type": "string", "description": "The total of non decommissioned agents in the account. Example: \"2-8\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Gateway created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Gateway created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Gateway created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Gateway created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Gateway updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Gateway updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Gateway updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Gateway updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "smbScan", "type": "boolean", "description": "SMB scan enabled", "required": false}, {"in": "query", "name": "icmpScan", "type": "boolean", "description": "ICMP scan enabled", "required": false}, {"in": "query", "name": "mdnsScan", "type": "boolean", "description": "MDNS scan enabled", "required": false}, {"in": "query", "name": "snmpScan", "type": "boolean", "description": "SNMP scan enabled", "required": false}, {"in": "query", "name": "rdnsScan", "type": "boolean", "description": "RDNS scan enabled", "required": false}, {"in": "query", "name": "manufacturer", "type": "string", "description": "The gateway manufacturer obtained from the mac address", "required": false}, {"in": "query", "name": "networkName__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by network name (supports multiple values). Example: \"Network1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by visible IP (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ip__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by IP Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by manufacturer (supports multiple values). Example: \"Company\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tcpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by tcp port (supports multiple values). Example: \"80,24\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "udpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by udp port (supports multiple values). Example: \"137,2002\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.gateway_schema_GatewayViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Gateways"], "produces": ["application/json"], "description": "Get the gateways in your deployment that match the filter from a Network Discovery scan. \r\nNetwork Discovery requires a Network Discovery license.", "summary": "Get Gateways", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_gateways_get"}}, "/web/api/v2.1/ranger/gateways/update": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.gateway_schema_PostUpdateGatewayData"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Gateways"], "produces": ["application/json"], "description": "Change the status of filtered gateways discovered by Network Discovery. You can set the archived status, whether the network behind the gateway may be scanned by Network Discovery, and whether Network Discovery will scan only local networks.", "summary": "Update Gateways", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageDiscoveredNetworks"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_gateways_update_post"}}, "/web/api/v2.1/ranger/gateways/{gateway_id}": {"put": {"parameters": [{"in": "path", "name": "gateway_id", "type": "string", "x-minimum": "100000000000000000", "description": "Gateway ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.gateway_schema_PutGatewayData"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.gateway_schema_GatewayViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Gateways"], "produces": ["application/json"], "description": "Change the Network Discovery scan configuration for a gateway that Network Discovery discovered", "summary": "Update Gateway", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageDiscoveredNetworks"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_gateways_{gateway_id}_put"}}, "/web/api/v2.1/xdr/graph-explorer/query/explorer/v2": {"post": {"parameters": [{"in": "query", "name": "mock", "required": false, "type": "boolean", "description": "Mock"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit"}, {"in": "query", "name": "continuationToken", "required": false, "type": "string", "description": "Continuation token"}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryGraphInputSchemaV2"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryGraphResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Query the graph", "summary": "Query the graph based on query builder filters", "consumes": ["application/json"], "operationId": "_web_api_xdr_graph-explorer_query_explorer_v2_post"}}, "/web/api/v2.1/xdr/graph-explorer/query/explorer": {"post": {"parameters": [{"in": "query", "name": "mock", "required": false, "type": "boolean", "description": "Mock"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit"}, {"in": "query", "name": "continuationToken", "required": false, "type": "string", "description": "Continuation token"}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryGraphInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryGraphResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Query the graph", "summary": "Query the graph based on query builder filters", "consumes": ["application/json"], "operationId": "_web_api_xdr_graph-explorer_query_explorer_post"}}, "/web/api/v2.1/xdr/graph-explorer/query/subgraph": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QuerySubGrapInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryGraphResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Query the sub graph of an asset type and id", "summary": "Query the sub graph of an asset type and id", "consumes": ["application/json"], "operationId": "_web_api_xdr_graph-explorer_query_subgraph_post"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/metadata": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_GraphQueryBuilderMetadata"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get graph query builder initial metadata", "summary": "Get Graph Query Builder Initial Metadata", "operationId": "_web_api_xdr_graph-explorer_query_builder_metadata_get"}}, "/web/api/v2.1/xdr/assets/query/builder/metadata": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_GraphQueryBuilderMetadata"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get graph query builder initial metadata", "summary": "Get Graph Query Builder Initial Metadata", "operationId": "_web_api_xdr_assets_query_builder_metadata_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/metadata/available-options/v2": {"get": {"parameters": [{"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of asset type ids", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "version", "required": false, "type": "string", "description": "Version"}, {"in": "query", "name": "subCategoriesIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of subCategory ids", "items": {"type": "string"}}, {"in": "query", "name": "categoryIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of category ids", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_GetAvailableOptionMetadataSchemaV2"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get query builder metadata for requested cloud asset types", "summary": "Get Query Builder metadata For Requested Resource Types", "operationId": "_web_api_xdr_graph-explorer_query_builder_metadata_available-options_v2_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/autocomplete": {"get": {"parameters": [{"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of asset type ids", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "text", "required": false, "type": "string", "description": "Search term text"}, {"in": "query", "name": "version", "required": false, "type": "string", "description": "Version"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "subCategoriesIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of subCategory ids", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key"}, {"in": "query", "name": "categoryIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of category ids", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "This api is now deprecated use /xdr/graph-explorer/query/builder/autocomplete/v2 instead.", "summary": "Auto Complete", "operationId": "_web_api_xdr_graph-explorer_query_builder_autocomplete_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/autocomplete/v2": {"get": {"parameters": [{"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of asset type ids", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "text", "required": false, "type": "string", "description": "Search term text"}, {"in": "query", "name": "version", "required": false, "type": "string", "description": "Version"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "subCategoriesIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of subCategory ids", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key"}, {"in": "query", "name": "categoryIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of category ids", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_graph-explorer_query_builder_autocomplete_v2_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/tag/autocomplete": {"post": {"parameters": [{"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of asset type ids", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "field", "required": true, "type": "string", "enum": ["key", "value"], "description": "Search in keys or values"}, {"in": "query", "name": "version", "required": false, "type": "string", "description": "Version"}, {"in": "query", "name": "value", "required": false, "type": "string", "description": "Search term value"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "subCategoriesIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of subCategory ids", "items": {"type": "string"}}, {"in": "query", "name": "categoryIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of category ids", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_TagAutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get tag keys or values. When you send this command with input value and field name either `key` or `value`, it returns auto-complete suggestions for the field.", "summary": "Tag Auto Complete", "operationId": "_web_api_xdr_graph-explorer_query_builder_tag_autocomplete_post"}}, "/web/api/v2.1/xdr/private/graph-services-features": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_GraphFeatureToggleResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get all of the feature toggles for graph services", "summary": "Get all of the feature toggles for graph services.", "operationId": "_web_api_xdr_private_graph-services-features_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/builder/metadata/available-relations": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_OntologyRelationsSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Builder"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get the available relations", "summary": "Get the available relations", "operationId": "_web_api_xdr_graph-explorer_query_builder_metadata_available-relations_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/management/recent-queries": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_RecentQueriesResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get graph recent query list", "summary": "Get graph recent query list", "operationId": "_web_api_xdr_graph-explorer_query_management_recent-queries_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/management/query": {"get": {"parameters": [{"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "version", "required": false, "type": "string", "description": "Version"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "queryType", "required": false, "type": "string", "enum": ["saved", "shared", "suggested"], "description": "Query type"}, {"in": "query", "name": "name__contains", "required": false, "type": "string", "minLength": 2, "description": "Free-text search filter by query name"}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["name"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagerResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get graph query list", "summary": "Get graph query list", "operationId": "_web_api_xdr_graph-explorer_query_management_query_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagementUpdateSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagementSaveResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Save graph query", "summary": "Save graph query", "consumes": ["application/json"], "operationId": "_web_api_xdr_graph-explorer_query_management_query_post"}}, "/web/api/v2.1/xdr/graph-explorer/query/management/query/type-counts": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryTypeCountsResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get graph query counts by type", "summary": "Get graph query counts by type", "operationId": "_web_api_xdr_graph-explorer_query_management_query_type-counts_get"}}, "/web/api/v2.1/xdr/graph-explorer/query/management/query/{query_id}": {"put": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "path", "name": "query_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Query ID"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagementUpdateSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagementUpdateResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Update graph query", "summary": "Update graph query", "consumes": ["application/json"], "operationId": "_web_api_xdr_graph-explorer_query_management_query_{query_id}_put"}, "delete": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "path", "name": "query_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Query ID"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.graph.query.schemas_QueryManagementUpdateResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Graph Query Management"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Delete graph query", "summary": "Delete graph query", "operationId": "_web_api_xdr_graph-explorer_query_management_query_{query_id}_delete"}}, "/web/api/v2.1/groups": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 300, "description": "Limit number of returned items (1-300). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "type", "rank", "siteId", "createdAt", "updatedAt", "description"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "type", "type": "string", "description": "Group type. Example: \"static\".", "enum": ["static", "dynamic", "pinned"], "required": false}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "A list of Group types. Example: \"static\".", "items": {"type": "string", "enum": ["static", "dynamic", "pinned"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on fields name, description", "required": false}, {"in": "query", "name": "id", "type": "string", "x-minimum": "100000000000000000", "description": "Id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "description", "type": "string", "description": "The description for the Group", "required": false}, {"in": "query", "name": "rank", "type": "integer", "description": "The rank sets the priority of a dynamic group over others. Example: \"1\".", "required": false}, {"in": "query", "name": "isDefault", "type": "boolean", "description": "Is this the default group?", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "registrationToken", "type": "string", "description": "Registration token. Example: \"eyJ1cmwiOiAiaHR0cHM6Ly9jb25zb2xlLnNlbnRpbmVsb25lLm5ldCIsICJzaXRlX2tleSI6ICIwNzhkYjliMWUyOTA1Y2NhIn0=\".", "required": false}], "responses": {"200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/groups_SummarizedGroupSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Get data of groups that match the filter. Best practice: use as narrow a filter as you can. The data can be quite long for many groups. The response returns the ID of each group, which you can use in other commands.", "summary": "Get Groups", "x-s1-required-permissions": ["Groups.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/groups_PostGroupSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/groups_GroupSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Create a new group. You must create the Group in a Site (run \"sites\" to get the Site ID) for which you have permissions. If you create a dynamic Group, you must have the ID of a filter saved in the Site (run \"filters?siteIds=\").", "summary": "Create Group", "consumes": ["application/json"], "x-s1-required-permissions": ["Groups.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_post"}}, "/web/api/v2.1/groups/{group_id}/regenerate-key": {"put": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "No permission for regenerating a key.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Group not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/groups_RegenerateKeySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Get a new Group Token for a static Group. This command requires the Group ID (\"groups\") and you must have permissions for the Group. If you run this command on a dynamic Group, it ends in an error. If you use the API in scripts to add new endpoints with a Group Token rather than a Site Token, be aware that you must update the token value in your scripts.", "summary": "Regenerate Group Token", "x-s1-required-permissions": ["Groups.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_regenerate-key_put"}}, "/web/api/v2.1/groups/{group_id}": {"delete": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Delete a Group given by the required Group ID (run \"groups\"). If there are Agents in the Group, and the Group is dynamic, the next dynamic Groups will collect matching Agents, and unmatched Agents will go to the Default Group. If this is a static Group with Agents, all the Agents will go to the Default Group. (Agents always go to matching dynamic Groups. If a static Group holds Agents, there are no matching dynamic Groups.)", "summary": "Delete Group", "x-s1-required-permissions": ["Groups.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/groups_PutGroupSchema"}}], "responses": {"404": {"description": "Group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/groups_GroupSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Change properties of a Group specified by its ID (run \"groups\"). The body of the request holds all the properties of a Group. You must have access permissions on the Site. Note: iocAttributes refers to Deep Visibility. If you do not have a Complete SKU, you can remove this set.", "summary": "Update Group", "consumes": ["application/json"], "x-s1-required-permissions": ["Groups.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_put"}, "get": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/groups_GroupSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Get data of a given Group. To get a Group ID, run \"groups\". This command responds with the ID of the Site of the Group, Group name, type (dynamic or static), and similar data. Your username must permissions for the Site.", "summary": "Get Group by ID", "x-s1-required-permissions": ["Groups.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_get"}}, "/web/api/v2.1/groups/{group_id}/revert-policy": {"put": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_schemas_RevertPolicySchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "A Group can have a policy that is different from its Site policy. Use this command to revert the changes on the Group policy to inherit the Site policy. Your user must have permissions on the Site.", "summary": "Revert Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_revert-policy_put"}}, "/web/api/v2.1/groups/{group_id}/move-agents": {"put": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/groups_PutAddAgentsSchema"}}], "responses": {"409": {"description": "Conflict", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "204": {"description": "Success", "schema": {"$ref": "#/definitions/groups_AddAgentsDataSchema_204"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Move Agents that match the filter to a Group. The Group ID (run \"groups\") is required and there can be only one. This will move the matched Agents that are in the same Site as the given Group.", "summary": "Move Agents", "consumes": ["application/json"], "x-s1-required-permissions": ["Groups.moveToGroup"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_move-agents_put"}}, "/web/api/v2.1/groups/ranks": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/groups_PutRanksSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "204": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_204"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": " An Agent can belong to only one Group. If the Agent matches multiple Dynamic Groups, it goes to the Group with the highest rank. The \"rank\" parameter has a minimum of \"1\". The lower the integer, the higher priority it has to collect Agents. Make sure the IDs of the groups in this command are for Dynamic groups.", "summary": "Update Ranks", "consumes": ["application/json"], "x-s1-required-permissions": ["Groups.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_ranks_put"}}, "/web/api/v2.1/groups/{group_id}/token": {"get": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/groups_GroupTokenGenerationSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Groups"], "produces": ["application/json"], "description": "Get the registration token of the Group of the ID.", "summary": "Get Site registration token by ID", "x-s1-required-permissions": ["Groups.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_token_get"}}, "/web/api/v2.1/hashes/{hash}/verdict": {"get": {"parameters": [{"in": "path", "name": "hash", "type": "string", "description": "Hash", "required": true}], "responses": {"200": {"description": "Verdict of the hash known to the management", "schema": {"$ref": "#/definitions/hashes.schemas_HashVerdictSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Hashes"], "produces": ["application/json"], "description": "[DEPRECATED] Get the verdict of the of a hash, given the required SHA1.\r\nA hash, either malicious or non-malicious, means it has been marked as such by the Reputation's sources.\t\nAn unknown answer is given for hashes that are not yet known by Reputation.", "summary": "Hash Reputation verdict", "x-s1-required-permissions": ["Blacklist.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_hashes_{hash}_verdict_get"}}, "/web/api/v2.1/hyper-automate/api/public/workflow-execution": {"get": {"tags": ["Hyperautomation"], "summary": "List all workflow executions", "operationId": "_web_api_hyper-automate_api_public_workflow-execution_get", "parameters": [{"name": "trigger_types", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "states", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "scope_ids", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "versions_count", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "created_at__gte", "in": "query", "required": false, "anyOf": [{"type": "string", "format": "date-time"}, {"type": "null"}], "default": null}, {"name": "created_at__lt", "in": "query", "required": false, "anyOf": [{"type": "string", "format": "date-time"}, {"type": "null"}], "default": null}, {"name": "limit", "in": "query", "required": false, "type": "integer", "default": 10}, {"name": "skip", "in": "query", "required": false, "type": "integer", "default": 0}, {"name": "workflow_name__contains", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "workflow_id", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "sortBy", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "sortOrder", "in": "query", "required": false, "anyOf": [{"$ref": "#/definitions/InfratableSortOrder"}, {"type": "null"}], "default": null}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}], "responses": {"200": {"description": "Successful Response", "schema": {"$ref": "#/definitions/WorkflowExecutionPage"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.view"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflow-execution/manual/{workflow_id}/{version_id}": {"post": {"tags": ["Hyperautomation"], "summary": "Trigger a workflow that uses a manual trigger", "operationId": "_web_api_hyper-automate_api_public_workflow-execution_manual_{workflow_id}_{version_id}_post", "parameters": [{"name": "workflow_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "version_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "body", "in": "body", "required": true, "schema": {"$ref": "#/definitions/S1ApiBody_WorkflowExecutionCreate_"}}], "responses": {"201": {"description": "Successful Response", "schema": {"$ref": "#/definitions/WorkflowExecutionRead"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.workflowsRun"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflows/versions/list/{workflow_id}": {"get": {"tags": ["Hyperautomation"], "summary": "List workflow versions", "operationId": "_web_api_hyper-automate_api_public_workflows_versions_list_{workflow_id}_get", "parameters": [{"name": "workflow_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}], "responses": {"200": {"description": "Successful Response", "schema": {"$ref": "#/definitions/PublicWorkflowVersionData"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.view"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflows": {"get": {"tags": ["Hyperautomation"], "summary": "List all workflows", "operationId": "_web_api_hyper-automate_api_public_workflows_get", "parameters": [{"name": "trigger_types", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "core_actions", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "states", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "scope_ids", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "limit", "in": "query", "required": false, "type": "integer", "default": 10}, {"name": "skip", "in": "query", "required": false, "type": "integer", "default": 0}, {"name": "is_snippet", "in": "query", "required": false, "type": "boolean", "default": false}, {"name": "name__contains", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "description__contains", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "name__eq", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "sortBy", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "sortOrder", "in": "query", "required": false, "anyOf": [{"$ref": "#/definitions/InfratableSortOrder"}, {"type": "null"}], "default": null}, {"name": "oversight", "in": "query", "required": false, "type": "boolean", "default": true}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}], "responses": {"200": {"description": "Successful Response", "schema": {"$ref": "#/definitions/WorkflowsPage"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.view"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflows/{workflow_id}/{version_id}/activation": {"post": {"tags": ["Hyperautomation"], "summary": "Activate a workflow version", "operationId": "_web_api_hyper-automate_api_public_workflows_{workflow_id}_{version_id}_activation_post", "parameters": [{"name": "workflow_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "version_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "body", "in": "body", "schema": {"default": null, "title": "Body", "$ref": "#/definitions/S1ApiBody_WorkflowPatch_"}}], "responses": {"204": {"description": "Successful Response"}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "x-s1-required-permissions": ["Hyper Automate.workflowsActivateDeactivate"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflows/{workflow_id}/deactivate": {"post": {"tags": ["Hyperautomation"], "summary": "Deactivate The active workflow", "operationId": "_web_api_hyper-automate_api_public_workflows_{workflow_id}_deactivate_post", "parameters": [{"name": "workflow_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "version_id", "in": "query", "required": false, "type": "string", "default": null}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "body", "in": "body", "schema": {"default": null, "title": "Body", "$ref": "#/definitions/S1ApiBody"}}], "responses": {"204": {"description": "Successful Response"}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "x-s1-required-permissions": ["Hyper Automate.workflowsActivateDeactivate"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflow-import-export/export/{workflow_id}/{version_id}": {"get": {"tags": ["Hyperautomation"], "summary": "Export workflow", "description": "Export a specific workflow version.", "operationId": "_web_api_hyper-automate_api_public_workflow-import-export_export_{workflow_id}_{version_id}_get", "parameters": [{"name": "workflow_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "version_id", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "cicdschema", "in": "header", "required": false, "default": null}], "responses": {"200": {"description": "Successful Response", "schema": {"$ref": "#/definitions/WorkflowImportExport-Output"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.workflowsExport"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflow-import-export/export": {"get": {"tags": ["Hyperautomation"], "summary": "Batch export workflows", "operationId": "_web_api_hyper-automate_api_public_workflow-import-export_export_get", "parameters": [{"name": "workflow_ids", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "trigger_types", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "core_actions", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "states", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "scope_ids", "in": "query", "required": false, "type": "string", "default": ""}, {"name": "name__contains", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "description__contains", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "name__eq", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "oversight", "in": "query", "required": false, "type": "boolean", "default": true}, {"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}], "responses": {"200": {"description": "Successful Response"}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.workflowsExport"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflow-import-export/import": {"post": {"tags": ["Hyperautomation"], "summary": "Import workflow", "description": "Import workflows that have been previously exported from Hyperautomation.", "operationId": "_web_api_hyper-automate_api_public_workflow-import-export_import_post", "parameters": [{"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "body", "in": "body", "required": true, "schema": {"$ref": "#/definitions/S1ApiBody_WorkflowImportExport_"}}], "responses": {"200": {"description": "Successful Response", "schema": {"$ref": "#/definitions/WorkflowReadScopeMeta"}}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.workflowsCreateEdit"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/hyper-automate/api/public/workflow-import-export/import/batch": {"post": {"tags": ["Hyperautomation"], "summary": "Batch import workflows", "description": "Import workflows that have been previously exported from Hyperautomation.", "operationId": "_web_api_hyper-automate_api_public_workflow-import-export_import_batch_post", "parameters": [{"name": "groupIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "siteIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "accountIds", "in": "query", "required": false, "anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, {"name": "cicdschema", "in": "header", "required": false, "default": null}, {"name": "user_context", "in": "header", "required": false, "default": null}, {"name": "authorization", "in": "header", "required": true, "type": "string"}, {"name": "body", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Body_import_workflow_batch_web_api_v2_1_hyper_automate_api_public_workflow_import_export_import_batch_post"}}], "responses": {"201": {"description": "Successful Response"}, "422": {"description": "Validation Error", "schema": {"$ref": "#/definitions/HTTPValidationError"}}}, "produces": ["application/json"], "x-s1-required-permissions": ["Hyper Automate.workflowsCreateEdit"], "x-s1-optional-permissions": null}}, "/web/api/v2.1/ranger-ad/assessment-status": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_GetAssessmentStatusDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to get the status of the AD Assessment status for that account", "summary": "Get Assessment Status", "x-s1-required-permissions": ["AD Exposures.View"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_assessment-status_get"}}, "/web/api/v2.1/ranger-ad/get-exposures": {"post": {"parameters": [{"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}, {"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_GetExposuresRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_GetExposuresDataSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to get all the exposures based on the selected filters", "summary": "Get Exposures", "consumes": ["application/json"], "x-s1-required-permissions": ["AD Exposures.View"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_get-exposures_post"}}, "/web/api/v2.1/ranger-ad/get-affected-objects": {"post": {"parameters": [{"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}, {"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_GetAffectedObjectsRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_GetAffectedObjectsDataSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to get all the affected objects based on the selected filters", "summary": "Get Affected Objects", "consumes": ["application/json"], "x-s1-required-permissions": ["AD Exposures.View"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_get-affected-objects_post"}}, "/web/api/v2.1/ranger-ad/trigger-assessment": {"post": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_TriggerAssessmentRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_SuccessMessageResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to trigger ADAssessment", "summary": "Trigger Assessment", "consumes": ["application/json"], "x-s1-required-permissions": ["AD Exposures.Trigger Assessment"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_trigger-assessment_post"}}, "/web/api/v2.1/ranger-ad/set-skipped-exposures": {"post": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_SetSkippedExposuresRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_SuccessMessageResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to set the list of exposures to be skipped", "summary": "Set Skipped Exposures", "consumes": ["application/json"], "x-s1-required-permissions": ["AD Exposure Exclusions.Edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_set-skipped-exposures_post"}}, "/web/api/v2.1/ranger-ad/set-ack-status": {"post": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "type": "string", "description": "List of site IDs separated by comma"}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "description": "List of account IDs separated by comma"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_SetAckExposuresRequestSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.public_api.schemas_SuccessMessageResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["ISPM"], "produces": ["application/json"], "description": "Use the below Cloud API to set acknowledgement status", "summary": "Set Acknowledged Status", "consumes": ["application/json"], "x-s1-required-permissions": ["AD Exposures.Ack or Unack AD Assessment"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger-ad_set-ack-status_post"}}, "/web/api/v2.1/xdr/assets/categories": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_CategoriesResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory categories and their asset counts", "summary": "Categories and counts", "operationId": "_web_api_xdr_assets_categories_get"}}, "/web/api/v2.1/xdr/assets/sub-categories": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_SubCategoriesResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get asset counts per subcategory for each category", "summary": "Counts per subcategory for categories", "operationId": "_web_api_xdr_assets_sub-categories_get"}}, "/web/api/v2.1/xdr/assets/asset-counts": {"get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AssetCountsResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory counts categories, subcategories and surfaces", "summary": "Get inventory counts for menu items", "operationId": "_web_api_xdr_assets_asset-counts_get"}}, "/web/api/v2.1/xdr/assets/cloud-tags/export": {"get": {"parameters": [{"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "id", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 1, "description": "List of resource ids to filter by", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the tags for given id in a CSV or JSON format", "summary": "Export Cloud Tags to CSV or JSON", "operationId": "_web_api_xdr_assets_cloud-tags_export_get"}}, "/web/api/v2.1/xdr/assets": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "s1ManagementId", "isAdConnector", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "cloudProviderAccountName", "agentLastLoggedInUser", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "cloudResourceId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "s1ScopePath", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "identityAdMachineDistinguishedName", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "cloudProviderProjectId", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "lastUpdateDt", "agentDiskEncryption"]}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_InventoryResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_InventoryViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_InventoryResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_post"}}, "/web/api/v2.1/xdr/assets/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "s1ManagementId", "isAdConnector", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "cloudProviderAccountName", "agentLastLoggedInUser", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "cloudResourceId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "s1ScopePath", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "identityAdMachineDistinguishedName", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "cloudProviderProjectId", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "lastUpdateDt", "agentDiskEncryption"]}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_export_get"}}, "/web/api/v2.1/xdr/assets/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_InventoryActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_action_post"}}, "/web/api/v2.1/xdr/assets/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/ai-ml": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cnsEnableNetworkIsolation", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "cnsStatus", "s1ScopeType", "cnsInterContainerTrafficEncryptionEnabled", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.ai_ml.schemas_AIMLResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_ai-ml_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.ai_ml.schemas_AIMLViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.ai_ml.schemas_AIMLResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_ai-ml_post"}}, "/web/api/v2.1/xdr/assets/ai-ml/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.ai_ml.schemas_AIMLActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_ai-ml_action_post"}}, "/web/api/v2.1/xdr/assets/ai-ml/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cnsEnableNetworkIsolation", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "cnsStatus", "s1ScopeType", "cnsInterContainerTrafficEncryptionEnabled", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_ai-ml_export_get"}}, "/web/api/v2.1/xdr/assets/ai-ml/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_ai-ml_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/ai-ml/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_ai-ml_filters_count_get"}}, "/web/api/v2.1/xdr/assets/ai-ml/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_ai-ml_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/ai-ml/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory AI ML Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_ai-ml_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/account": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsOsLoginTrue", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cnsIsPublic", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "cnsAllowBlobPublicAccess", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.account.schemas_AccountResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_account_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.account.schemas_AccountsViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.account.schemas_AccountResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_account_post"}}, "/web/api/v2.1/xdr/assets/account/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.account.schemas_AccountActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_account_action_post"}}, "/web/api/v2.1/xdr/assets/account/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsOsLoginTrue", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cnsIsPublic", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "cnsAllowBlobPublicAccess", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_account_export_get"}}, "/web/api/v2.1/xdr/assets/account/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_account_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/account/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_account_filters_count_get"}}, "/web/api/v2.1/xdr/assets/account/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_account_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/account/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Account Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_account_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/application-integration": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsConfirmedSubscriptionCount", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "s1OnboardedScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.application_integration.schemas_ApplicationIntegrationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_application-integration_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.application_integration.schemas_ApplicationIntegrationsViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.application_integration.schemas_ApplicationIntegrationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_application-integration_post"}}, "/web/api/v2.1/xdr/assets/application-integration/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.application_integration.schemas_ApplicationIntegrationActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_application-integration_action_post"}}, "/web/api/v2.1/xdr/assets/application-integration/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsConfirmedSubscriptionCount", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "s1OnboardedScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_application-integration_export_get"}}, "/web/api/v2.1/xdr/assets/application-integration/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_application-integration_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/application-integration/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_application-integration_filters_count_get"}}, "/web/api/v2.1/xdr/assets/application-integration/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_application-integration_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/application-integration/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Application Integration Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_application-integration_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/cloud-application": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cnsIsPublic", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.cloud_application.schemas_CloudApplicationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_cloud-application_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.cloud_application.schemas_CloudApplicationViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.cloud_application.schemas_CloudApplicationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_cloud-application_post"}}, "/web/api/v2.1/xdr/assets/cloud-application/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.cloud_application.schemas_CloudApplicationActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_cloud-application_action_post"}}, "/web/api/v2.1/xdr/assets/cloud-application/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cnsIsPublic", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_cloud-application_export_get"}}, "/web/api/v2.1/xdr/assets/cloud-application/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_cloud-application_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/cloud-application/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_cloud-application_filters_count_get"}}, "/web/api/v2.1/xdr/assets/cloud-application/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_cloud-application_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/cloud-application/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Application Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_cloud-application_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/surface/cloud": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "k8sCwsEnabled", "k8sNamespace", "k8sType", "cloudProviderUrlString", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "realtimeMalwareProtectionEnabledTime", "s1GroupId", "s1OnboardedScopeLevel", "createdTime", "cloudProviderAccountId", "isRogue", "cloudProviderAccountName", "subCategory", "k8sHelperAgentDeployed", "cloudProviderResourceGroup", "s1OnboardedScopeId", "deviceReview", "region", "cloudProviderOrganization", "virtualNetworkId", "s1ManagementId", "name", "k8sCluster", "k8sCnsEnabled", "instanceType", "state", "s1OnboardedAccountId", "assetCriticality", "s1ScopePath", "cloudResourceUid", "s1OnboardedScopePath", "s1OnboardedGroupName", "k8sNode", "cloudProviderSubscriptionId", "instanceId", "imageId", "k8sClusterId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "k8sResourceId", "policyDocument", "assetContactEmail", "assetStatus", "s1ScopeType", "assetEnvironment", "objectCount", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "allowsUnencryptedObjectUploads", "s1AccountName", "k8sVersion", "infectionStatus", "s1ScopeLevel", "s1OnboardedSiteId", "instanceRole"]}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.cloud.schemas_CloudResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Cloud assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_surface_cloud_get"}}, "/web/api/v2.1/xdr/assets/surface/cloud/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "k8sCwsEnabled", "k8sNamespace", "k8sType", "cloudProviderUrlString", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "realtimeMalwareProtectionEnabledTime", "s1GroupId", "s1OnboardedScopeLevel", "createdTime", "cloudProviderAccountId", "isRogue", "cloudProviderAccountName", "subCategory", "k8sHelperAgentDeployed", "cloudProviderResourceGroup", "s1OnboardedScopeId", "deviceReview", "region", "cloudProviderOrganization", "virtualNetworkId", "s1ManagementId", "name", "k8sCluster", "k8sCnsEnabled", "instanceType", "state", "s1OnboardedAccountId", "assetCriticality", "s1ScopePath", "cloudResourceUid", "s1OnboardedScopePath", "s1OnboardedGroupName", "k8sNode", "cloudProviderSubscriptionId", "instanceId", "imageId", "k8sClusterId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "k8sResourceId", "policyDocument", "assetContactEmail", "assetStatus", "s1ScopeType", "assetEnvironment", "objectCount", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "allowsUnencryptedObjectUploads", "s1AccountName", "k8sVersion", "infectionStatus", "s1ScopeLevel", "s1OnboardedSiteId", "instanceRole"]}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_surface_cloud_export_get"}}, "/web/api/v2.1/xdr/assets/surface/cloud/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.cloud.schemas_CloudActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_cloud_action_post"}}, "/web/api/v2.1/xdr/assets/surface/cloud/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_cloud_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/surface/cloud/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_surface_cloud_filters_count_get"}}, "/web/api/v2.1/xdr/assets/surface/cloud/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_surface_cloud_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/surface/cloud/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "agentCustomerIdentifier__contains", "agentLocationAwareness__contains", "agentS1AgentLiveUpdatesVersion__contains", "agentAgentVersion__contains", "agentUuid__contains", "agentLastLoggedInUser__contains", "cpu__contains", "serialNumber__contains", "legacyIdentityPolicyName__contains", "imageName__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "identityAd__contains", "identityAdMachine__contains", "identityAdUser__contains", "identityAdMachineDistinguishedName__contains", "identityAdMachineMembership__contains", "identityAdUserDistinguishedName__contains", "identityAdUserMembership__contains"]}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Cloud Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_surface_cloud_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/container": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "agentFirewallStatus", "s1UpdatedAt", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "memoryReadable", "s1ManagementId", "imageId", "isAdConnector", "os", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "k8sAutoMountToken", "agentIdrConnectivity", "agentUpToDate", "s1SiteId", "s1SiteName", "k8sDeploymentStrategy", "serialNumber", "k8sCwsEnabled", "agentInstallerType", "identityAdUserDistinguishedName", "cnsName", "category", "s1GroupId", "cloudProviderAccountName", "k8sServiceType", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "instanceType", "lastActiveDt", "s1OnboardedAccountId", "k8sPodCidr", "cloudResourceId", "k8sUpdateStrategy", "k8sResourceId", "k8sReplicas", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "k8sServiceName", "imageRepository", "cnsIsEncrypted", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "instanceRole", "memory", "agentId", "s1OnboardedAccountName", "k8sSchedule", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "k8sHelperAgentDeployed", "agentOperationalState", "name", "agentNetworkStatus", "k8sCluster", "agentVssServiceStatus", "k8sTimeZone", "agentPendingUninstall", "assetCriticality", "s1ScopePath", "agentAntiTamperingStatus", "osVersion", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "k8sNode", "identityAdMachineDistinguishedName", "k8sClusterId", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "k8sVersion", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "k8sNamespace", "k8sType", "imageDigest", "cloudProviderProjectId", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "k8sCnsEnabled", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "instanceId", "agentVssProtectionStatus", "imageSizeMb", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "virtualNetworkId", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.container.schemas_ContainerResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_container_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.container.schemas_ContainerViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.container.schemas_ContainerResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_container_post"}}, "/web/api/v2.1/xdr/assets/container/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.container.schemas_ContainerActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_container_action_post"}}, "/web/api/v2.1/xdr/assets/container/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "agentFirewallStatus", "s1UpdatedAt", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "memoryReadable", "s1ManagementId", "imageId", "isAdConnector", "os", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "k8sAutoMountToken", "agentIdrConnectivity", "agentUpToDate", "s1SiteId", "s1SiteName", "k8sDeploymentStrategy", "serialNumber", "k8sCwsEnabled", "agentInstallerType", "identityAdUserDistinguishedName", "cnsName", "category", "s1GroupId", "cloudProviderAccountName", "k8sServiceType", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "instanceType", "lastActiveDt", "s1OnboardedAccountId", "k8sPodCidr", "cloudResourceId", "k8sUpdateStrategy", "k8sResourceId", "k8sReplicas", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "k8sServiceName", "imageRepository", "cnsIsEncrypted", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "instanceRole", "memory", "agentId", "s1OnboardedAccountName", "k8sSchedule", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "k8sHelperAgentDeployed", "agentOperationalState", "name", "agentNetworkStatus", "k8sCluster", "agentVssServiceStatus", "k8sTimeZone", "agentPendingUninstall", "assetCriticality", "s1ScopePath", "agentAntiTamperingStatus", "osVersion", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "k8sNode", "identityAdMachineDistinguishedName", "k8sClusterId", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "k8sVersion", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "k8sNamespace", "k8sType", "imageDigest", "cloudProviderProjectId", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "k8sCnsEnabled", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "instanceId", "agentVssProtectionStatus", "imageSizeMb", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "virtualNetworkId", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_container_export_get"}}, "/web/api/v2.1/xdr/assets/container/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_container_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/container/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_container_filters_count_get"}}, "/web/api/v2.1/xdr/assets/container/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_container_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/container/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "imageId__contains", "instanceId__contains", "instanceType__contains", "instanceRole__contains", "subnetId__contains", "virtualNetworkId__contains", "networkSecurityGroups__contains", "agentCustomerIdentifier__contains", "agentLocationAwareness__contains", "agentS1AgentLiveUpdatesVersion__contains", "agentAgentVersion__contains", "agentUuid__contains", "agentLastLoggedInUser__contains", "cpu__contains", "serialNumber__contains", "legacyIdentityPolicyName__contains", "k8sCluster__contains", "k8sNode__contains", "k8sClusterId__contains", "k8sNamespace__contains", "k8sResourceId__contains", "k8sRunningOnNodes__contains", "k8sAnnotationsUnifiedKey__contains", "k8sAnnotationsUnifiedKeyValue__contains", "k8sLabelsUnifiedKey__contains", "k8sLabelsUnifiedKeyValue__contains", "k8sServiceType__contains", "k8sServiceName__contains", "k8sDeploymentStrategy__contains", "k8sUpdateStrategy__contains", "k8sPolicyType__contains", "imageName__contains", "identityAd__contains", "identityAdMachine__contains", "identityAdUser__contains", "identityAdMachineDistinguishedName__contains", "identityAdMachineMembership__contains", "identityAdUserDistinguishedName__contains", "identityAdUserMembership__contains"]}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sServiceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Type", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sServiceName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sUpdateStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Update Strategy", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sPolicyType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Policy Type", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "k8sDeploymentStrategy__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deployment Strategy", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sServiceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Service Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Container Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_container_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/data-analysis": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsEncryptionAtRest", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "cnsEncryptionAtTransit", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "cnsHasKerberosAuth", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "cnsEncryptionKeyProviderType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "cnsEncryptionMode", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.data_analysis.schemas_DataAnalysisResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_data-analysis_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.data_analysis.schemas_DataAnalysisViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.data_analysis.schemas_DataAnalysisResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-analysis_post"}}, "/web/api/v2.1/xdr/assets/data-analysis/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.data_analysis.schemas_DataAnalysisActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-analysis_action_post"}}, "/web/api/v2.1/xdr/assets/data-analysis/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cnsEncryptionAtRest", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "cnsEncryptionAtTransit", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "cnsHasKerberosAuth", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "cnsEncryptionKeyProviderType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "cnsEncryptionMode", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_data-analysis_export_get"}}, "/web/api/v2.1/xdr/assets/data-analysis/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-analysis_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/data-analysis/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_data-analysis_filters_count_get"}}, "/web/api/v2.1/xdr/assets/data-analysis/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_data-analysis_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/data-analysis/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Analysis Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_data-analysis_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/data-store": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "monitoringEnabled", "cnsMonitorTargetEnabled", "loggingEnabled", "encryptionEnabled", "s1UpdatedAt", "cnsVolumeGroupIdExists", "cnsRetentionDays", "cloudProviderResourceGroup", "cnsReadReplicaSourceDbInstanceIdentifierExists", "cnsHasRecurringScansEmails", "replicationEnabled", "region", "cloudProviderOrganization", "cnsAccessLevel", "s1ManagementId", "storageType", "enabledBlobAuditingPolicy", "instanceCount", "enabledVulnerabilityAssessmentSetting", "cloudProviderOrganizationUnit", "cnsStatus", "cnsSseDescriptionEnabled", "s1SiteId", "s1SiteName", "cnsKmsKeyId", "cnsMfaRequiredForDelete", "category", "realtimeMalwareProtectionEnabledTime", "s1GroupId", "threatDetectionPolicyStatus", "cnsGrant", "multiAzEnabled", "cnsEmailAdmins", "cloudProviderAccountName", "engineVersion", "cnsFlexibleEndIpAddress", "firewallRulesEnabled", "cnsValue", "softDeleteEnabled", "s1OnboardedAccountId", "accessTier", "backupRetentionPeriodDays", "cloudResourceId", "cnsPricingTier", "assetContactEmail", "immutableStorageEnabled", "s1ScopeType", "assetEnvironment", "objectCount", "s1AccountId", "enabledAlertPolicy", "cnsLocked", "id", "allowsUnencryptedObjectUploads", "cnsHasOwnerOrAdminRoles", "s1AccountName", "backupEnabled", "s1ScopeLevel", "cloudProviderUrlString", "cnsHasSecurityContactsEmails", "highAvailabilityEnabled", "geoRedundantBackupEnabled", "isPublic", "cnsCopyTagsToSnapshot", "cnsEncryptedStorage", "serverAdminLogin", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "dataClassificationScanStatus", "cnsDefenderNotificationByRoleState", "cnsHasEmailConfigured", "name", "assetCriticality", "s1ScopePath", "isSynapseCreatedServer", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "engineType", "cnsGetObjectAccess", "lastScanDt", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "resourceType", "cnsEmailAdmin", "cnsState", "cnsExportCloudwatchLogs", "cnsFlexibleStartIpAddress", "cnsEndIpAddress", "infectionStatus", "connectivityStatus", "s1OnboardedSiteId", "cnsStartIpAddress", "threatDetectionStatus", "storageSize", "backupRetentionPeriod", "storageClass", "dataClassificationPolicyStatus", "cnsLoggingEnabled", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "deviceReview", "dataClassificationStatus", "cnsDeletionProtectionEnabled", "computeMode", "cloudResourceUid", "s1OnboardedScopePath", "cnsHasRecurringScanEnabled", "policyDocument", "assetStatus", "scannerStatus", "virtualNetworkRulesEnabled", "cnsObjectVersioningEnabled", "versioningEnabled", "s1OnboardedGroupId", "machineType", "cnsAutoMinorVersionUpgrade", "dataClassificationLastScanDt", "scanStatus"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.data_store.schemas_DataStoreResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_data-store_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.data_store.schemas_DataStoreViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.data_store.schemas_DataStoreResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-store_post"}}, "/web/api/v2.1/xdr/assets/data-store/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.data_store.schemas_DataStoreActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-store_action_post"}}, "/web/api/v2.1/xdr/assets/data-store/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "monitoringEnabled", "cnsMonitorTargetEnabled", "loggingEnabled", "encryptionEnabled", "s1UpdatedAt", "cnsVolumeGroupIdExists", "cnsRetentionDays", "cloudProviderResourceGroup", "cnsReadReplicaSourceDbInstanceIdentifierExists", "cnsHasRecurringScansEmails", "replicationEnabled", "region", "cloudProviderOrganization", "cnsAccessLevel", "s1ManagementId", "storageType", "enabledBlobAuditingPolicy", "instanceCount", "enabledVulnerabilityAssessmentSetting", "cloudProviderOrganizationUnit", "cnsStatus", "cnsSseDescriptionEnabled", "s1SiteId", "s1SiteName", "cnsKmsKeyId", "cnsMfaRequiredForDelete", "category", "realtimeMalwareProtectionEnabledTime", "s1GroupId", "threatDetectionPolicyStatus", "cnsGrant", "multiAzEnabled", "cnsEmailAdmins", "cloudProviderAccountName", "engineVersion", "cnsFlexibleEndIpAddress", "firewallRulesEnabled", "cnsValue", "softDeleteEnabled", "s1OnboardedAccountId", "accessTier", "backupRetentionPeriodDays", "cloudResourceId", "cnsPricingTier", "assetContactEmail", "immutableStorageEnabled", "s1ScopeType", "assetEnvironment", "objectCount", "s1AccountId", "enabledAlertPolicy", "cnsLocked", "id", "allowsUnencryptedObjectUploads", "cnsHasOwnerOrAdminRoles", "s1AccountName", "backupEnabled", "s1ScopeLevel", "cloudProviderUrlString", "cnsHasSecurityContactsEmails", "highAvailabilityEnabled", "geoRedundantBackupEnabled", "isPublic", "cnsCopyTagsToSnapshot", "cnsEncryptedStorage", "serverAdminLogin", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "dataClassificationScanStatus", "cnsDefenderNotificationByRoleState", "cnsHasEmailConfigured", "name", "assetCriticality", "s1ScopePath", "isSynapseCreatedServer", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "engineType", "cnsGetObjectAccess", "lastScanDt", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "resourceType", "cnsEmailAdmin", "cnsState", "cnsExportCloudwatchLogs", "cnsFlexibleStartIpAddress", "cnsEndIpAddress", "infectionStatus", "connectivityStatus", "s1OnboardedSiteId", "cnsStartIpAddress", "threatDetectionStatus", "storageSize", "backupRetentionPeriod", "storageClass", "dataClassificationPolicyStatus", "cnsLoggingEnabled", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "deviceReview", "dataClassificationStatus", "cnsDeletionProtectionEnabled", "computeMode", "cloudResourceUid", "s1OnboardedScopePath", "cnsHasRecurringScanEnabled", "policyDocument", "assetStatus", "scannerStatus", "virtualNetworkRulesEnabled", "cnsObjectVersioningEnabled", "versioningEnabled", "s1OnboardedGroupId", "machineType", "cnsAutoMinorVersionUpgrade", "dataClassificationLastScanDt", "scanStatus"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_data-store_export_get"}}, "/web/api/v2.1/xdr/assets/data-store/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_data-store_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/data-store/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_data-store_filters_count_get"}}, "/web/api/v2.1/xdr/assets/data-store/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_data-store_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/data-store/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "scanStatus__contains", "threatDetectionStatus__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "dataClassificationStatus__contains", "dataTypes__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Data Store Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_data-store_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/developer-tool": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "vcsIntegrationId", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "s1OnboardedScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.developer_tool.schemas_DeveloperToolResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_developer-tool_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.developer_tool.schemas_DeveloperToolsViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.developer_tool.schemas_DeveloperToolResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_developer-tool_post"}}, "/web/api/v2.1/xdr/assets/developer-tool/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.developer_tool.schemas_DeveloperToolActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_developer-tool_action_post"}}, "/web/api/v2.1/xdr/assets/developer-tool/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "vcsIntegrationId", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "s1OnboardedScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_developer-tool_export_get"}}, "/web/api/v2.1/xdr/assets/developer-tool/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_developer-tool_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/developer-tool/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_developer-tool_filters_count_get"}}, "/web/api/v2.1/xdr/assets/developer-tool/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_developer-tool_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/developer-tool/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Developer Tool Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_developer-tool_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/device": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "memory", "detectedFromSite", "previousOsType", "previousOsVersion", "eppUnsupportedUnknown", "s1OnboardedAccountName", "category", "s1UpdatedAt", "s1GroupId", "s1OnboardedScopeLevel", "subCategory", "s1OnboardedScopeId", "deviceReview", "memoryReadable", "s1ManagementId", "ipAddress", "name", "assetCriticality", "osVersion", "s1ScopePath", "s1OnboardedAccountId", "architecture", "s1OnboardedScopePath", "s1OnboardedGroupName", "os", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "manufacturer", "s1ScopeType", "assetEnvironment", "previousDeviceFunction", "resourceType", "networkName", "osFamily", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "firstSeenDt", "coreCount", "id", "domain", "s1SiteName", "s1AccountName", "infectionStatus", "lastUpdateDt", "s1ScopeLevel", "s1OnboardedSiteId", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.device.schemas_DeviceResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_device_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.device.schemas_DeviceViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.device.schemas_DeviceResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_device_post"}}, "/web/api/v2.1/xdr/assets/device/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "memory", "detectedFromSite", "previousOsType", "previousOsVersion", "eppUnsupportedUnknown", "s1OnboardedAccountName", "category", "s1UpdatedAt", "s1GroupId", "s1OnboardedScopeLevel", "subCategory", "s1OnboardedScopeId", "deviceReview", "memoryReadable", "s1ManagementId", "ipAddress", "name", "assetCriticality", "osVersion", "s1ScopePath", "s1OnboardedAccountId", "architecture", "s1OnboardedScopePath", "s1OnboardedGroupName", "os", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "manufacturer", "s1ScopeType", "assetEnvironment", "previousDeviceFunction", "resourceType", "networkName", "osFamily", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "firstSeenDt", "coreCount", "id", "domain", "s1SiteName", "s1AccountName", "infectionStatus", "lastUpdateDt", "s1ScopeLevel", "s1OnboardedSiteId", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_device_export_get"}}, "/web/api/v2.1/xdr/assets/device/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.device.schemas_DeviceActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_device_action_post"}}, "/web/api/v2.1/xdr/assets/device/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get cloud inventory device available-actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_device_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/device/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_device_filters_count_get"}}, "/web/api/v2.1/xdr/assets/device/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_device_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/device/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "manufacturer__contains", "tcpPorts__contains", "udpPorts__contains", "rangerTagsKey__contains", "rangerTagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Device Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_device_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/surface/endpoint": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "memoryReadable", "s1ManagementId", "isAdConnector", "os", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "s1ScopePath", "osVersion", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "lastUpdateDt", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.endpoint.schemas_EndpointResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory endpoint assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_surface_endpoint_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.endpoint.schemas_EndpointViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.endpoint.schemas_EndpointResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get endpoint assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_endpoint_post"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "memoryReadable", "s1ManagementId", "isAdConnector", "os", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "s1ScopePath", "osVersion", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "lastUpdateDt", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_surface_endpoint_export_get"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.endpoint.schemas_EndpointActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_endpoint_action_post"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get endpoint available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_endpoint_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Endpoint filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_surface_endpoint_filters_count_get"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Endpoint free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_surface_endpoint_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/surface/endpoint/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "agentCustomerIdentifier__contains", "agentLocationAwareness__contains", "agentS1AgentLiveUpdatesVersion__contains", "agentAgentVersion__contains", "agentUuid__contains", "agentLastLoggedInUser__contains", "cpu__contains", "serialNumber__contains", "legacyIdentityPolicyName__contains", "imageName__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "identityAd__contains", "identityAdMachine__contains", "identityAdUser__contains", "identityAdMachineDistinguishedName__contains", "identityAdMachineMembership__contains", "identityAdUserDistinguishedName__contains", "identityAdUserMembership__contains"]}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Endpoint Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_surface_endpoint_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_filters_count_get"}}, "/web/api/v2.1/xdr/assets/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/filters/csv-filter": {"post": {"parameters": [{"in": "formData", "name": "surface", "required": false, "type": "string", "description": "The surface that each resource belongs to", "enum": ["Cloud", "Identity", "Network Discovery", "Endpoint"]}, {"in": "formData", "name": "category", "required": false, "type": "string", "description": "The category that each resource belongs to", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}, {"in": "formData", "name": "excludeHeader", "required": true, "type": "boolean", "description": "Set to True to exclude the column header"}, {"in": "formData", "name": "assetFilterField", "required": false, "type": "string", "default": "name", "x-nullable": true, "description": "The property of the asset to filter by"}, {"in": "formData", "name": "file", "required": true, "type": "file", "description": "File"}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.filters.schema_CsvFilterViewSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Upload CSV file", "summary": "Upload CSV file", "consumes": ["multipart/form-data"], "operationId": "_web_api_xdr_assets_filters_csv-filter_post"}}, "/web/api/v2.1/xdr/assets/function": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.function.schemas_FunctionResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_function_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.function.schemas_FunctionsViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.function.schemas_FunctionResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_function_post"}}, "/web/api/v2.1/xdr/assets/function/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.function.schemas_FunctionActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_function_action_post"}}, "/web/api/v2.1/xdr/assets/function/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_function_export_get"}}, "/web/api/v2.1/xdr/assets/function/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_function_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/function/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_function_filters_count_get"}}, "/web/api/v2.1/xdr/assets/function/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_function_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/function/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Function Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_function_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/governance": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.governance.schemas_GovernanceResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_governance_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.governance.schemas_GovernanceViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.governance.schemas_GovernanceResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_governance_post"}}, "/web/api/v2.1/xdr/assets/governance/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1OnboardedAccountName", "cloudProviderProjectId", "category", "s1UpdatedAt", "s1GroupId", "cloudProviderAccountId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "cloudProviderAccountName", "s1OnboardedScopeId", "cloudProviderResourceGroup", "deviceReview", "region", "cloudProviderOrganization", "s1ManagementId", "name", "assetCriticality", "s1OnboardedAccountId", "s1OnboardedScopePath", "s1ScopePath", "cloudResourceUid", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudResourceId", "cloudProviderOrganizationUnit", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "s1ScopeType", "assetEnvironment", "resourceType", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "id", "s1SiteName", "infectionStatus", "s1AccountName", "s1ScopeLevel", "s1OnboardedSiteId", "cloudProviderUrlString"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_governance_export_get"}}, "/web/api/v2.1/xdr/assets/governance/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.governance.schemas_GovernanceActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_governance_action_post"}}, "/web/api/v2.1/xdr/assets/governance/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get cloud inventory governance available-actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_governance_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/governance/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_governance_filters_count_get"}}, "/web/api/v2.1/xdr/assets/governance/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_governance_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/governance/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Governance Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_governance_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/identity": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "recycled", "groupType", "s1UpdatedAt", "objectCategory", "cloudProviderResourceGroup", "resultantPso", "region", "cloudProviderOrganization", "logonCount", "s1ManagementId", "userPrincipalName", "distinguishedName", "creatorSid", "entraidGroupType", "classification", "cloudProviderOrganizationUnit", "mail", "accountStatus", "lastLogonTime", "objectSid", "consistencyGuid", "s1SiteId", "samAccountName", "onPremisesLastSyncTime", "s1SiteName", "forest", "privileged", "onPremisesSecurityIdentifier", "passwordNeverExpire", "category", "s1GroupId", "cloudProviderAccountName", "deleted", "securityEnabled", "onPremisesSyncEnabled", "officeLocation", "displayName", "lastModifiedTime", "parentDistName", "primaryGroupId", "lastKnownParent", "s1OnboardedAccountId", "expirationTime", "onPremisesDistinguishedName", "cn", "cloudResourceId", "onPremisesUserPrincipalName", "passwordLastSetTime", "assetContactEmail", "s1ScopeType", "assetEnvironment", "s1AccountId", "badPasswordCount", "givenName", "id", "s1AccountName", "s1ScopeLevel", "cloudProviderUrlString", "forceChangePasswordNextSigninWithMfa", "accountExpires", "badPasswordTime", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "jobTitle", "userAccountControl", "name", "ageGroup", "assetCriticality", "s1ScopePath", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "deletedTime", "resourceType", "serviceAccount", "infectionStatus", "objectGuid", "s1OnboardedSiteId", "ntSecurityDescriptor", "allowedToActOnBehalfOfOtherIdentity", "cloudProviderProjectId", "onPremisesSamAccountName", "uniqueName", "lastPasswordChangeTime", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "onPremisesImmutableId", "deviceReview", "usnChanged", "department", "logonHours", "samAccountType", "principalName", "visibility", "cloudResourceUid", "s1OnboardedScopePath", "employeeType", "lockOutTime", "assetStatus", "whenChanged", "surname", "s1OnboardedGroupId", "forceChangePasswordNextSignin", "userPasswordExpiryTimeComputed", "adminCount", "usnCreated", "domain", "onPremisesDomainName", "enabled"]}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.identity.schemas_IdentityResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_identity_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.identity.schemas_IdentityViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.identity.schemas_IdentityResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_identity_post"}}, "/web/api/v2.1/xdr/assets/identity/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "recycled", "groupType", "s1UpdatedAt", "objectCategory", "cloudProviderResourceGroup", "resultantPso", "region", "cloudProviderOrganization", "logonCount", "s1ManagementId", "userPrincipalName", "distinguishedName", "creatorSid", "entraidGroupType", "classification", "cloudProviderOrganizationUnit", "mail", "accountStatus", "lastLogonTime", "objectSid", "consistencyGuid", "s1SiteId", "samAccountName", "onPremisesLastSyncTime", "s1SiteName", "forest", "privileged", "onPremisesSecurityIdentifier", "passwordNeverExpire", "category", "s1GroupId", "cloudProviderAccountName", "deleted", "securityEnabled", "onPremisesSyncEnabled", "officeLocation", "displayName", "lastModifiedTime", "parentDistName", "primaryGroupId", "lastKnownParent", "s1OnboardedAccountId", "expirationTime", "onPremisesDistinguishedName", "cn", "cloudResourceId", "onPremisesUserPrincipalName", "passwordLastSetTime", "assetContactEmail", "s1ScopeType", "assetEnvironment", "s1AccountId", "badPasswordCount", "givenName", "id", "s1AccountName", "s1ScopeLevel", "cloudProviderUrlString", "forceChangePasswordNextSigninWithMfa", "accountExpires", "badPasswordTime", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "jobTitle", "userAccountControl", "name", "ageGroup", "assetCriticality", "s1ScopePath", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "deletedTime", "resourceType", "serviceAccount", "infectionStatus", "objectGuid", "s1OnboardedSiteId", "ntSecurityDescriptor", "allowedToActOnBehalfOfOtherIdentity", "cloudProviderProjectId", "onPremisesSamAccountName", "uniqueName", "lastPasswordChangeTime", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "onPremisesImmutableId", "deviceReview", "usnChanged", "department", "logonHours", "samAccountType", "principalName", "visibility", "cloudResourceUid", "s1OnboardedScopePath", "employeeType", "lockOutTime", "assetStatus", "whenChanged", "surname", "s1OnboardedGroupId", "forceChangePasswordNextSignin", "userPasswordExpiryTimeComputed", "adminCount", "usnCreated", "domain", "onPremisesDomainName", "enabled"]}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_identity_export_get"}}, "/web/api/v2.1/xdr/assets/identity/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.identity.schemas_IdentityActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_identity_action_post"}}, "/web/api/v2.1/xdr/assets/identity/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get cloud inventory identity available-actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_identity_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/identity/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_identity_filters_count_get"}}, "/web/api/v2.1/xdr/assets/identity/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_identity_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/identity/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["cn__contains", "displayName__contains", "distinguishedName__contains", "domain__contains", "objectGuid__contains", "objectSid__contains", "servicePrincipalName__contains", "forest__contains", "resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "givenName__contains", "onPremisesDistinguishedName__contains", "onPremisesDomainName__contains", "onPremisesSamAccountName__contains", "onPremisesUserPrincipalName__contains", "otherMails__contains", "proxyAddresses__contains", "onPremisesSecurityIdentifier__contains", "mail__contains", "userPrincipalName__contains", "imageName__contains"]}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_identity_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/surface/identity": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "ntSecurityDescriptor", "recycled", "privileged", "groupType", "accountExpires", "badPasswordTime", "allowedToActOnBehalfOfOtherIdentity", "passwordNeverExpire", "s1OnboardedAccountName", "category", "s1UpdatedAt", "objectCategory", "s1GroupId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "s1OnboardedScopeId", "deleted", "resultantPso", "deviceReview", "usnChanged", "displayName", "lastModifiedTime", "logonCount", "s1ManagementId", "parentDistName", "primaryGroupId", "userPrincipalName", "userAccountControl", "lastKnownParent", "name", "logonHours", "samAccountType", "principalName", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "distinguishedName", "s1OnboardedScopePath", "s1OnboardedGroupName", "creatorSid", "cn", "lockOutTime", "s1OnboardedSiteName", "mail", "s1ScopeId", "passwordLastSetTime", "assetStatus", "assetContactEmail", "whenChanged", "objectGuid", "s1ScopeType", "lastLogonTime", "assetEnvironment", "resourceType", "objectSid", "s1OnboardedGroupId", "s1SiteId", "consistencyGuid", "samAccountName", "s1AccountId", "badPasswordCount", "userPasswordExpiryTimeComputed", "adminCount", "serviceAccount", "id", "s1SiteName", "forest", "s1AccountName", "infectionStatus", "usnCreated", "domain", "s1ScopeLevel", "s1OnboardedSiteId", "enabled"]}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.identity.schemas_IdentitySurfaceResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get identity surface assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_surface_identity_get"}}, "/web/api/v2.1/xdr/assets/surface/identity/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "ntSecurityDescriptor", "recycled", "privileged", "groupType", "accountExpires", "badPasswordTime", "allowedToActOnBehalfOfOtherIdentity", "passwordNeverExpire", "s1OnboardedAccountName", "category", "s1UpdatedAt", "objectCategory", "s1GroupId", "s1OnboardedScopeLevel", "createdTime", "subCategory", "s1OnboardedScopeId", "deleted", "resultantPso", "deviceReview", "usnChanged", "displayName", "lastModifiedTime", "logonCount", "s1ManagementId", "parentDistName", "primaryGroupId", "userPrincipalName", "userAccountControl", "lastKnownParent", "name", "logonHours", "samAccountType", "principalName", "assetCriticality", "s1OnboardedAccountId", "s1ScopePath", "distinguishedName", "s1OnboardedScopePath", "s1OnboardedGroupName", "creatorSid", "cn", "lockOutTime", "s1OnboardedSiteName", "mail", "s1ScopeId", "passwordLastSetTime", "assetStatus", "assetContactEmail", "whenChanged", "objectGuid", "s1ScopeType", "lastLogonTime", "assetEnvironment", "resourceType", "objectSid", "s1OnboardedGroupId", "s1SiteId", "consistencyGuid", "samAccountName", "s1AccountId", "badPasswordCount", "userPasswordExpiryTimeComputed", "adminCount", "serviceAccount", "id", "s1SiteName", "forest", "s1AccountName", "infectionStatus", "usnCreated", "domain", "s1ScopeLevel", "s1OnboardedSiteId", "enabled"]}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_surface_identity_export_get"}}, "/web/api/v2.1/xdr/assets/surface/identity/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.identity.schemas_IdentityActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_identity_action_post"}}, "/web/api/v2.1/xdr/assets/surface/identity/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_identity_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/surface/identity/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get identity filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_surface_identity_filters_count_get"}}, "/web/api/v2.1/xdr/assets/surface/identity/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_surface_identity_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/surface/identity/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["cn__contains", "displayName__contains", "distinguishedName__contains", "domain__contains", "objectGuid__contains", "objectSid__contains", "servicePrincipalName__contains", "forest__contains", "resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "givenName__contains", "onPremisesDistinguishedName__contains", "onPremisesDomainName__contains", "onPremisesSamAccountName__contains", "onPremisesUserPrincipalName__contains", "otherMails__contains", "proxyAddresses__contains", "onPremisesSecurityIdentifier__contains", "mail__contains", "userPrincipalName__contains", "imageName__contains"]}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The AD Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Identity Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_surface_identity_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/network": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1UpdatedAt", "cnsIsDefault", "cloudProviderResourceGroup", "cnsHasEgressPermissionsRules", "region", "dnsStatus", "cloudProviderOrganization", "s1ManagementId", "cnsDefaultActionType", "cloudProviderOrganizationUnit", "cnsStatus", "cnsHasIpPermissionsEgressRules", "s1SiteId", "cnsDefault", "s1SiteName", "cnsPublicIpOnLaunch", "cnsSkuType", "cnsName", "cnsAllowed", "category", "s1GroupId", "cnsHasPublicSourceRange", "cloudProviderAccountName", "cnsIsEbsOrigin", "cnsHasIpPermissionsIngressRules", "s1OnboardedAccountId", "cloudResourceId", "assetContactEmail", "cnsDirection", "s1ScopeType", "assetEnvironment", "dnsName", "s1AccountId", "id", "s1AccountName", "s1ScopeLevel", "cnsHasIngressPermissionsRules", "cloudProviderUrlString", "cnsSslPolicyOutdated", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "cnsSslPolicy", "cnsProtocol", "name", "cnsElbScheme", "dnsType", "assetCriticality", "s1ScopePath", "cnsType", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "resourceType", "cnsState", "cnsIsMainRouteTable", "infectionStatus", "cnsRedirectProtocol", "cnsEnabled", "s1OnboardedSiteId", "cnsProfile", "dnsValue", "cnsLoggingEnabled", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "cnsIsPrivate", "deviceReview", "cloudResourceUid", "s1OnboardedScopePath", "cnsSecurityPolicyExists", "cnsIsS3Origin", "assetStatus", "s1OnboardedGroupId"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.network.schemas_NetworkResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_network_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.network.schemas_NetworkViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.network.schemas_NetworkResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_network_post"}}, "/web/api/v2.1/xdr/assets/network/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "s1UpdatedAt", "cnsIsDefault", "cloudProviderResourceGroup", "cnsHasEgressPermissionsRules", "region", "dnsStatus", "cloudProviderOrganization", "s1ManagementId", "cnsDefaultActionType", "cloudProviderOrganizationUnit", "cnsStatus", "cnsHasIpPermissionsEgressRules", "s1SiteId", "cnsDefault", "s1SiteName", "cnsPublicIpOnLaunch", "cnsSkuType", "cnsName", "cnsAllowed", "category", "s1GroupId", "cnsHasPublicSourceRange", "cloudProviderAccountName", "cnsIsEbsOrigin", "cnsHasIpPermissionsIngressRules", "s1OnboardedAccountId", "cloudResourceId", "assetContactEmail", "cnsDirection", "s1ScopeType", "assetEnvironment", "dnsName", "s1AccountId", "id", "s1AccountName", "s1ScopeLevel", "cnsHasIngressPermissionsRules", "cloudProviderUrlString", "cnsSslPolicyOutdated", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "cnsSslPolicy", "cnsProtocol", "name", "cnsElbScheme", "dnsType", "assetCriticality", "s1ScopePath", "cnsType", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "cloudProviderOrganizationUnitPath", "s1OnboardedSiteName", "s1ScopeId", "resourceType", "cnsState", "cnsIsMainRouteTable", "infectionStatus", "cnsRedirectProtocol", "cnsEnabled", "s1OnboardedSiteId", "cnsProfile", "dnsValue", "cnsLoggingEnabled", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "cnsIsPrivate", "deviceReview", "cloudResourceUid", "s1OnboardedScopePath", "cnsSecurityPolicyExists", "cnsIsS3Origin", "assetStatus", "s1OnboardedGroupId"]}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_network_export_get"}}, "/web/api/v2.1/xdr/assets/network/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.network.schemas_NetworkActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_network_action_post"}}, "/web/api/v2.1/xdr/assets/network/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get cloud inventory network available-actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_network_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "memoryReadable", "s1ManagementId", "isAdConnector", "os", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "osVersion", "s1ScopePath", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "lastUpdateDt", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.network_discovery.schemas_NetworkDiscoveryResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory of Network Discovery surface assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_surface_networkDiscovery_get"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "memory", "detectedFromSite", "previousOsType", "previousOsVersion", "eppUnsupportedUnknown", "s1OnboardedAccountName", "category", "s1UpdatedAt", "s1GroupId", "s1OnboardedScopeLevel", "subCategory", "s1OnboardedScopeId", "deviceReview", "memoryReadable", "s1ManagementId", "ipAddress", "name", "assetCriticality", "osVersion", "s1ScopePath", "s1OnboardedAccountId", "architecture", "s1OnboardedScopePath", "s1OnboardedGroupName", "os", "s1OnboardedSiteName", "s1ScopeId", "assetStatus", "assetContactEmail", "manufacturer", "s1ScopeType", "assetEnvironment", "previousDeviceFunction", "resourceType", "networkName", "osFamily", "s1OnboardedGroupId", "s1SiteId", "s1AccountId", "firstSeenDt", "coreCount", "id", "domain", "s1SiteName", "s1AccountName", "infectionStatus", "lastUpdateDt", "s1ScopeLevel", "s1OnboardedSiteId", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_surface_networkDiscovery_export_get"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.surfaces.network_discovery.schemas_NetworkDiscoveryActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_networkDiscovery_action_post"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory network discovery available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_surface_networkDiscovery_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Network Discovery filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_surface_networkDiscovery_filters_count_get"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Network Discovery free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_surface_networkDiscovery_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/surface/networkDiscovery/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "manufacturer__contains", "tcpPorts__contains", "udpPorts__contains", "rangerTagsKey__contains", "rangerTagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Discovery Surface Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_surface_networkDiscovery_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/network/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_network_filters_count_get"}}, "/web/api/v2.1/xdr/assets/network/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_network_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/network/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "imageName__contains"]}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Network Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_network_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/notes": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.notes.schemas_InventoryNotesPayloadSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Notes"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create"], "x-s1-optional-permissions": null, "description": "create or update note", "summary": "Create or update note against asset", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_notes_post"}, "delete": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.notes.schemas_InventoryNotesPayloadSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Notes"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Delete note", "summary": "Delete note", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_notes_delete"}}, "/web/api/v2.1/xdr/assets/server": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "cnsVpcAttributeExists", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "memoryReadable", "s1ManagementId", "state", "cnsEnableOsLoginVm", "imageId", "isAdConnector", "os", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "k8sCwsEnabled", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "cnsName", "eppUnsupportedUnknown", "category", "s1GroupId", "cloudProviderAccountName", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "instanceType", "lastActiveDt", "s1OnboardedAccountId", "k8sPodCidr", "cloudResourceId", "k8sResourceId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "lastUpdateDt", "previousDeviceFunction", "cnsIsEncrypted", "osFamily", "cnsSshKeyName", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "instanceRole", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "k8sHelperAgentDeployed", "agentOperationalState", "name", "agentNetworkStatus", "agentVssServiceStatus", "k8sCluster", "agentPendingUninstall", "assetCriticality", "s1ScopePath", "cnsType", "agentAntiTamperingStatus", "osVersion", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "k8sNode", "k8sClusterId", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "k8sVersion", "infectionStatus", "cnsIpAddress", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "k8sNamespace", "k8sType", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "isRogue", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "cnsStateCode", "k8sCnsEnabled", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "instanceId", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "virtualNetworkId", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.server.schemas_ServerResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_server_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.server.schemas_ServerViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.server.schemas_ServerResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_server_post"}}, "/web/api/v2.1/xdr/assets/server/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "cnsVpcAttributeExists", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "memoryReadable", "s1ManagementId", "state", "cnsEnableOsLoginVm", "imageId", "isAdConnector", "os", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "k8sCwsEnabled", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "cnsName", "eppUnsupportedUnknown", "category", "s1GroupId", "cloudProviderAccountName", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "instanceType", "lastActiveDt", "s1OnboardedAccountId", "k8sPodCidr", "cloudResourceId", "k8sResourceId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "lastUpdateDt", "previousDeviceFunction", "cnsIsEncrypted", "osFamily", "cnsSshKeyName", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "instanceRole", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "k8sHelperAgentDeployed", "agentOperationalState", "name", "agentNetworkStatus", "agentVssServiceStatus", "k8sCluster", "agentPendingUninstall", "assetCriticality", "s1ScopePath", "cnsType", "agentAntiTamperingStatus", "osVersion", "cloudProviderSubscriptionId", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "k8sNode", "k8sClusterId", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "k8sVersion", "infectionStatus", "cnsIpAddress", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "k8sNamespace", "k8sType", "cloudProviderProjectId", "cnsIsPublic", "cloudProviderAccountId", "isRogue", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "cnsStateCode", "k8sCnsEnabled", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "instanceId", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "virtualNetworkId", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_server_export_get"}}, "/web/api/v2.1/xdr/assets/server/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.server.schemas_ServerActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_server_action_post"}}, "/web/api/v2.1/xdr/assets/server/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_server_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/server/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_server_filters_count_get"}}, "/web/api/v2.1/xdr/assets/server/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_server_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/server/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "state__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "imageId__contains", "instanceId__contains", "instanceType__contains", "instanceRole__contains", "subnetId__contains", "virtualNetworkId__contains", "networkSecurityGroups__contains", "agentCustomerIdentifier__contains", "agentLocationAwareness__contains", "agentS1AgentLiveUpdatesVersion__contains", "agentAgentVersion__contains", "agentUuid__contains", "agentLastLoggedInUser__contains", "cpu__contains", "serialNumber__contains", "legacyIdentityPolicyName__contains", "k8sCluster__contains", "k8sNode__contains", "k8sClusterId__contains", "k8sNamespace__contains", "k8sResourceId__contains", "k8sRunningOnNodes__contains", "k8sAnnotationsUnifiedKey__contains", "k8sAnnotationsUnifiedKeyValue__contains", "k8sLabelsUnifiedKey__contains", "k8sLabelsUnifiedKeyValue__contains", "manufacturer__contains", "tcpPorts__contains", "udpPorts__contains", "rangerTagsKey__contains", "rangerTagsKeyValue__contains", "imageName__contains", "identityAd__contains", "identityAdMachine__contains", "identityAdUser__contains", "identityAdMachineDistinguishedName__contains", "identityAdMachineMembership__contains", "identityAdUserDistinguishedName__contains", "identityAdUserMembership__contains"]}, {"in": "query", "name": "instanceRole__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance role", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "instanceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "virtualNetworkId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The virtual network ID", "items": {"type": "string"}}, {"in": "query", "name": "instanceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The instance ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "networkSecurityGroups__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network security group", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "imageId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The image ID", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "subnetId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnet ID", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Server Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_server_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/storage": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.storage.schemas_StorageResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_storage_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.storage.schemas_StorageViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.storage.schemas_StorageResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get Assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_storage_post"}}, "/web/api/v2.1/xdr/assets/storage/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_storage_export_get"}}, "/web/api/v2.1/xdr/assets/storage/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_storage_available-actions_with-status_post"}}, "/web/api/v2.1/xdr/assets/storage/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.storage.schemas_StorageActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_storage_action_post"}}, "/web/api/v2.1/xdr/assets/storage/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_storage_filters_count_get"}}, "/web/api/v2.1/xdr/assets/storage/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_storage_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/storage/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "data_types__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data types contains", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "scanStatus__contains", "threatDetectionStatus__contains", "cloudProviderOrganization__contains", "cloudProviderOrganizationUnit__contains", "cloudProviderProjectId__contains", "cloudProviderSubscriptionId__contains", "cloudProviderAccountName__contains", "cloudProviderAccountId__contains", "cloudTagsKey__contains", "cloudTagsKeyValue__contains", "cloudResourceId__contains", "region__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "dataClassificationStatus__contains", "dataTypes__contains", "imageName__contains"]}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "data_classification_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification status", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "data_classification_scan_status__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "dataTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "isPublic", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationScanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data classification scan status to exclude", "items": {"type": "string"}}, {"in": "query", "name": "isPublic__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is public access or not (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "dataTypes__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Types (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "connectivityStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Connectivity", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "dataClassificationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "scannerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Scanner", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "versioningEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether there is versioning enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "dataClassificationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Data Classification Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Storage Filters"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_storage_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/tags/filters-count": {"get": {"parameters": [{"in": "query", "name": "includeParent", "required": false, "type": "boolean", "description": "Include parent"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Query"}, {"in": "query", "name": "source", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The source that tag belongs to", "items": {"type": "string", "enum": ["System", "ThirdParty", "User"]}}, {"in": "query", "name": "readOnly", "required": false, "type": "boolean", "description": "Read only"}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "key__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by tag key", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "value__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by tag value", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Tags"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get asset tags filters count", "summary": "Get asset tags filters count", "operationId": "_web_api_xdr_assets_tags_filters-count_get"}}, "/web/api/v2.1/xdr/assets/tags": {"get": {"parameters": [{"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "includeParent", "required": false, "type": "boolean", "description": "Include parent"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Query"}, {"in": "query", "name": "source", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The source that tag belongs to", "items": {"type": "string", "enum": ["System", "ThirdParty", "User"]}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "readOnly", "required": false, "type": "boolean", "description": "Read only"}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "key__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by tag key", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "value__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by tag value", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["id", "key", "value", "source", "readOnly", "reserved"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.schemas_TagsResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Tags"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Fetch all tags removing duplicates", "summary": "Fetch all Unique Tags", "operationId": "_web_api_xdr_assets_tags_get"}}, "/web/api/v2.1/xdr/assets/tags/count": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.schemas_InventoryTagsCountPayloadSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.schemas_InventoryTagsCountResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Tags"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get asset count for given tag ids", "summary": "Get count of assets by tag id", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_tags_count_post"}}, "/web/api/v2.1/xdr/assets/fetch-tags": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "cloudProviderResourceGroup", "region", "cloudProviderOrganization", "s1ManagementId", "isAdConnector", "cloudProviderOrganizationUnit", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "cloudProviderAccountName", "agentLastLoggedInUser", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "cloudResourceId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "cloudProviderUrlString", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "createdTime", "isDcServer", "agentOperationalState", "agentNetworkStatus", "name", "agentVssServiceStatus", "agentPendingUninstall", "agentAntiTamperingStatus", "assetCriticality", "s1ScopePath", "s1OnboardedGroupName", "cloudProviderSubscriptionId", "identityAdMachineDistinguishedName", "cloudProviderOrganizationUnitPath", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "cloudProviderProjectId", "cloudProviderAccountId", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "cloudResourceUid", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "lastUpdateDt", "agentDiskEncryption"]}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "category", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Account", "AI ML", "Application Integration", "Cloud Application", "Code", "Container", "Data Analysis", "Data Store", "Developer Tool", "Device", "Function", "Identity", "Secrets", "Server", "Storage", "Network", "Governance", "Workstation"]}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_AffectedEntitiesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.tags.schemas_TagsInfoResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Tags"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get tags info for all assets", "summary": "Get tags info of assets by asset id", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_fetch-tags_post"}}, "/web/api/v2.1/xdr/assets/actions/fetch-unified-actions": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "classification", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Classification", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesLastSyncTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Last Sync Time", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "onPremisesDomainName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Security Identifier", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "securityEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Security Enabled", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSyncEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Sync Enabled", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "expirationTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Expiration Time", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDistinguishedName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "givenName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "proxyAddresses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "jobTitle", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Job Title", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "ageGroup", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Age Group", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "deletedTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deleted Time", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "uniqueName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Unique Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesImmutableId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Immutable Id", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "department", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Department", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "otherMails", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "visibility", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Visibility", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "employeeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Employee Type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surname", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Surname", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_AffectedEntitiesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_AvailableActionsResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Available Actions by Asset/Entity Type", "summary": "Get Available Actions by Asset/Entity Type", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_actions_fetch-unified-actions_post"}}, "/web/api/v2.1/xdr/assets/actions/perform-unified-action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "classification", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Classification", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesLastSyncTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Last Sync Time", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "onPremisesDomainName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Security Identifier", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "securityEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Security Enabled", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSyncEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Sync Enabled", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "expirationTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Expiration Time", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDistinguishedName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "givenName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "proxyAddresses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "jobTitle", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Job Title", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "ageGroup", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Age Group", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "deletedTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deleted Time", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "uniqueName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Unique Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesImmutableId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Immutable Id", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "department", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Department", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "otherMails", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "visibility", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Visibility", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "employeeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Employee Type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surname", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Surname", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_PerformActionRequestSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.create", "XDR Inventory.delete", "XDR Inventory.edit"], "x-s1-optional-permissions": null, "description": "Perform an Action on selected assets/entities", "summary": "Perform an Action on selected assets/entities", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_actions_perform-unified-action_post"}}, "/web/api/v2.1/xdr/assets/actions/fetch-agent-ids": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "state__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance (not in)", "items": {"type": "string"}}, {"in": "query", "name": "groupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on nodes", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "objectCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category", "items": {"type": "string"}}, {"in": "query", "name": "cloudResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud resource ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderSubscriptionId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider subscription ID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "region", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "userPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sRunningOnNodes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Running on Nodes", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "state", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state of the instance", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "classification", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Classification", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account ID", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "mail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "region__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The region (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "samAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesLastSyncTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Last Sync Time", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "objectCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "onPremisesDomainName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Domain Name", "items": {"type": "string"}}, {"in": "query", "name": "forest", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "state__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The state", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Security Identifier", "items": {"type": "string"}}, {"in": "query", "name": "privileged", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is privileged or not", "items": {"type": "boolean"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "passwordNeverExpire", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the password never expires", "items": {"type": "boolean"}}, {"in": "query", "name": "region__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The geographical area where cloud resources are hosted", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "threatDetectionPolicyStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Policy", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "deleted", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the AD Entity is deleted or not", "items": {"type": "boolean"}}, {"in": "query", "name": "securityEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Security Enabled", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSyncEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Sync Enabled", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes node", "items": {"type": "string"}}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "mail__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Email Address", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key value", "items": {"type": "string"}}, {"in": "query", "name": "k8sNode__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node (not in)", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "onPremisesDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "expirationTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Expiration Time", "items": {"type": "string"}}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDistinguishedName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "cn", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cn__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesUserPrincipalName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "cn__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The LDAP Common Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesDomainName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sResourceId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Resource ID", "items": {"type": "string"}}, {"in": "query", "name": "lastLogonTime__between", "required": false, "type": "string", "description": "The Last time of User Login"}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "objectClass__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "k8sLabelsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of objects in the bucket", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "entraidGroupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Entra ID Group Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "givenName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "forest__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "encryptionType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The encryption type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSecurityIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "proxyAddresses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "cloudTagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sLabelsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Labels key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes cluster", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganizationUnit__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization unit", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderOrganization__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider organization", "items": {"type": "string"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "samAccountName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The SAM Account Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "objectSid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object SID", "items": {"type": "string"}}, {"in": "query", "name": "jobTitle", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Job Title", "items": {"type": "string"}}, {"in": "query", "name": "groupType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Group Type (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "ageGroup", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Age Group", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "k8sCluster", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "proxyAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Proxy Addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "objectGuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object GUID", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "threatDetectionStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The threat detection status", "items": {"type": "string"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "lockOutTime__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "k8sNode", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Node", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "servicePrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "deletedTime__between", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Deleted Time", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud tags key", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "serviceAccount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Service Account", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "k8sVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Version", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "givenName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Given Name", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "threatDetectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Threat Detection Status", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "k8sNamespace", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Namespace Name", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "k8sType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesSamAccountName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises SAM Account Name", "items": {"type": "string"}}, {"in": "query", "name": "userPrincipalName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name", "items": {"type": "string"}}, {"in": "query", "name": "uniqueName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Unique Name", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account id", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "isRogues", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the instance is a rogue or not", "items": {"type": "boolean"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "query", "name": "onPremisesImmutableId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "On Premises Immutable Id", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "department", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Department", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "otherMails__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "string"}}, {"in": "query", "name": "k8sType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Kubernetes Type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "distinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Distinguished Name", "items": {"type": "string"}}, {"in": "query", "name": "objectClass", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Class", "items": {"type": "string"}}, {"in": "query", "name": "forest__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Forest Name", "items": {"type": "string"}}, {"in": "query", "name": "k8sAnnotationsUnifiedKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Kubernetes Annotations key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "otherMails", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Other Mails", "items": {"type": "array", "items": {"type": "string"}}}, {"in": "query", "name": "visibility", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Visibility", "items": {"type": "string"}}, {"in": "query", "name": "scanStatus__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "badPasswordTime__between", "required": false, "type": "string", "description": "Bad Password Time"}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "displayName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Display Name", "items": {"type": "string"}}, {"in": "query", "name": "last_modified_time__between", "required": false, "type": "string", "description": "Lock-out Time"}, {"in": "query", "name": "employeeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Employee Type", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderAccountName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider account name", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surname", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Surname", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "k8sClusterId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Kubernetes Cluster ID", "items": {"type": "string"}}, {"in": "query", "name": "cloudTagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "objectCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Object Category (not in)", "items": {"type": "string"}}, {"in": "query", "name": "userAccountControl__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Account Control (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "userPasswordExpiryTimeComputed__between", "required": false, "type": "string", "description": "The User Password Expiry Time"}, {"in": "query", "name": "scanStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CDS malware scan status", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "enabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the Identity Group is enabled or not", "items": {"type": "boolean"}}, {"in": "query", "name": "userPrincipalName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The User Principal Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "cloudProviderProjectId__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The cloud provider project ID", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_AffectedEntitiesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.unified_actions.schemas_FetchAgentIdsResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Unified Actions"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Loads all agent ids for the unified actions", "summary": "Loads all agent ids for the unified actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_actions_fetch-agent-ids_post"}}, "/web/api/v2.1/xdr/assets/workstation/filters/count": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_CountFiltersResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get workstation filter counts", "summary": "Filter counts", "operationId": "_web_api_xdr_assets_workstation_filters_count_get"}}, "/web/api/v2.1/xdr/assets/workstation/filters/free-text": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get Workstation free text filters", "summary": "Free text filters", "operationId": "_web_api_xdr_assets_workstation_filters_free-text_get"}}, "/web/api/v2.1/xdr/assets/workstation/filters/autocomplete": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "key", "required": true, "type": "string", "description": "Search field key", "enum": ["resourceType__contains", "id__contains", "name__contains", "tagsKey__contains", "tagsKeyValue__contains", "domain__contains", "gatewayMacs__contains", "gatewayIps__contains", "internalIps__contains", "macAddresses__contains", "ipAddress__contains", "hostnames__contains", "osVersion__contains", "osNameVersion__contains", "subnets__contains", "agentCustomerIdentifier__contains", "agentLocationAwareness__contains", "agentS1AgentLiveUpdatesVersion__contains", "agentAgentVersion__contains", "agentUuid__contains", "agentLastLoggedInUser__contains", "cpu__contains", "serialNumber__contains", "legacyIdentityPolicyName__contains", "manufacturer__contains", "tcpPorts__contains", "udpPorts__contains", "rangerTagsKey__contains", "rangerTagsKeyValue__contains", "imageName__contains", "identityAd__contains", "identityAdMachine__contains", "identityAdUser__contains", "identityAdMachineDistinguishedName__contains", "identityAdMachineMembership__contains", "identityAdUserDistinguishedName__contains", "identityAdUserMembership__contains"]}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "text", "required": true, "type": "string", "minLength": 2, "description": "Search term text"}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "description": "Limit number of returned items"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AutoCompleteResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Use this command to get values for other fields. When you send this command with input text and a field name, it returns auto-complete suggestions for the field.", "summary": "Auto Complete", "operationId": "_web_api_xdr_assets_workstation_filters_autocomplete_get"}}, "/web/api/v2.1/xdr/assets/workstation": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "memoryReadable", "s1ManagementId", "isAdConnector", "os", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "isDcServer", "agentOperationalState", "name", "agentNetworkStatus", "agentVssServiceStatus", "assetCriticality", "s1ScopePath", "osVersion", "agentPendingUninstall", "agentAntiTamperingStatus", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "lastUpdateDt", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.workstation.schemas_WorkstationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory workstation assets", "summary": "Assets", "operationId": "_web_api_xdr_assets_workstation_get"}, "post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.workstation.schemas_WorkstationViewInputSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.workstation.schemas_WorkstationResponseSchema_many"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "POST API to get workstation assets", "summary": "Assets using POST", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_workstation_post"}}, "/web/api/v2.1/xdr/assets/workstation/export": {"get": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 10000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\"."}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by.", "enum": ["s1GroupName", "cpu", "legacyIdentityPolicyName", "previousOsType", "previousOsVersion", "agentFirewallStatus", "s1UpdatedAt", "memoryReadable", "s1ManagementId", "isAdConnector", "os", "agentLocationAwareness", "agentDetectionState", "agentCustomerIdentifier", "agentDvConnectivity", "agentConsoleConnectivity", "agentIdrConnectivity", "agentUpToDate", "networkName", "s1SiteId", "s1SiteName", "serialNumber", "detectedFromSite", "agentInstallerType", "identityAdUserDistinguishedName", "eppUnsupportedUnknown", "category", "s1GroupId", "agentLastLoggedInUser", "ipAddress", "agentK8sPod", "agentDecommissioned", "lastActiveDt", "s1OnboardedAccountId", "assetContactEmail", "s1ScopeType", "agentSubscribeOnDt", "assetEnvironment", "previousDeviceFunction", "osFamily", "s1AccountId", "adsEnabled", "id", "s1AccountName", "agentUninstalled", "s1ScopeLevel", "memory", "agentId", "s1OnboardedAccountName", "s1OnboardedScopeLevel", "isDcServer", "agentOperationalState", "name", "agentNetworkStatus", "agentVssServiceStatus", "assetCriticality", "s1ScopePath", "osVersion", "agentPendingUninstall", "agentAntiTamperingStatus", "s1OnboardedGroupName", "identityAdMachineDistinguishedName", "lastRebootDt", "s1OnboardedSiteName", "s1ScopeId", "agentHasLocalConfig", "agentPendingUpgrade", "manufacturer", "agentK8sNamespace", "agentVssRollbackStatus", "resourceType", "agentUuid", "agentOperationalStateExpirationTimeDt", "coreCount", "infectionStatus", "s1OnboardedSiteId", "agentVssLastSnapshotDt", "agentDvConnectivityLastUpdatedDt", "subCategory", "s1OnboardedScopeId", "agentRangerStatus", "deviceReview", "s1OnboardedScopePath", "agentConsoleMigrationStatus", "architecture", "agentVssProtectionStatus", "assetStatus", "agentConfigurableNetworkQuarantine", "agentRangerVersion", "agentHealthStatus", "agentFullDiskScanDt", "s1OnboardedGroupId", "agentAgentVersion", "firstSeenDt", "domain", "lastUpdateDt", "agentDiskEncryption", "osNameVersion"]}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction", "enum": ["asc", "desc"]}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items."}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "exportFormat", "required": true, "type": "string", "enum": ["csv", "json"], "description": "Export format"}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000)"}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Returns the results for given inventory filter in a CSV or JSON format", "summary": "Export assets to CSV or JSON", "operationId": "_web_api_xdr_assets_workstation_export_get"}}, "/web/api/v2.1/xdr/assets/workstation/action": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.workstation.schemas_WorkstationActionPayloadSchema"}}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.edit", "XDR Inventory.delete"], "x-s1-optional-permissions": null, "description": "Perform action on selected assets", "summary": "Perform action", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_workstation_action_post"}}, "/web/api/v2.1/xdr/assets/workstation/available-actions/with-status": {"post": {"parameters": [{"in": "query", "name": "tagsKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "agentOperationalState__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to (not in)", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "legacyIdentityPolicyName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Legacy Identity Policy Name", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "allTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "tagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__between", "required": false, "type": "string", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "tagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys exists", "items": {"type": "string"}}, {"in": "query", "name": "cpu__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The CPU", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format", "items": {"type": "string"}}, {"in": "query", "name": "ipAddress__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The IP addresses", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "tagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset (not in)", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "tagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tag Keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachine__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine or its groups", "items": {"type": "string"}}, {"in": "query", "name": "isAdConnector", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is AD Connector", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocation__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location (not in)", "items": {"type": "string"}}, {"in": "query", "name": "imageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the image name", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions", "items": {"type": "string"}}, {"in": "query", "name": "os", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device", "items": {"type": "string"}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentDvConnectivityLastUpdatedDt__between", "required": false, "type": "string", "description": "The SDL connectivity last active"}, {"in": "query", "name": "subnets__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The subnets", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key", "items": {"type": "string"}}, {"in": "query", "name": "networkName__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "agentConsoleConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "agentIdrConnectivity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent Idr connectivity", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "networkName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The network name", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine (not in)", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys (not in)", "items": {"type": "string"}}, {"in": "query", "name": "gatewayIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway IPs", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "surfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "agentPendingActions", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "missingCoverage__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The missing coverage for the asset (not in)", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "serialNumber", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset (not in)", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "lastActiveDt__between", "required": false, "type": "string", "description": "The last active date"}, {"in": "query", "name": "detectedFromSite", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected", "items": {"type": "string"}}, {"in": "query", "name": "identityAd__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Any AD string", "items": {"type": "string"}}, {"in": "query", "name": "agentInstallerType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type", "items": {"type": "string"}}, {"in": "query", "name": "legacy_identity_policy_name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The legacy identity policy name", "items": {"type": "string"}}, {"in": "query", "name": "eppUnsupportedUnknown", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state", "items": {"type": "string"}}, {"in": "query", "name": "agentHealthStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review (not in)", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "rangerTagKeyValue__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key value (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "assetContactEmail__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__lte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "alertSeverity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The severity of the alert", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "serialNumber__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentDecommissioned", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is decommissioned", "items": {"type": "boolean"}}, {"in": "query", "name": "agentSubscribeOnDt__between", "required": false, "type": "string", "description": "The agent subscribe time"}, {"in": "query", "name": "domain__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain", "items": {"type": "string"}}, {"in": "query", "name": "osNameVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS names and versions", "items": {"type": "string"}}, {"in": "query", "name": "resourceType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type (not in)", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "gatewayMacs__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The gateway MACs", "items": {"type": "string"}}, {"in": "query", "name": "agentCustomerIdentifier__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The customer identifier", "items": {"type": "string"}}, {"in": "query", "name": "os__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "manufacturer__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer", "items": {"type": "string"}}, {"in": "query", "name": "assetContactEmail", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Asset Contact Email", "items": {"type": "string"}}, {"in": "query", "name": "udpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UDP ports", "items": {"type": "string"}}, {"in": "query", "name": "riskFactors", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The risk factors associated with the asset", "items": {"type": "string", "enum": ["Unresolved Alerts", "High Value"]}}, {"in": "query", "name": "agentFullDiskScanDt__between", "required": false, "type": "string", "description": "The agent full disk scan date"}, {"in": "query", "name": "agentAntiTamperingStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "assetEnvironment", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory", "items": {"type": "string"}}, {"in": "query", "name": "osFamily", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user or their groups", "items": {"type": "string"}}, {"in": "query", "name": "surfaces__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Surface that each asset belongs to (not in)", "items": {"type": "string", "enum": ["Cloud", "Identity", "Network", "Endpoint", "Network Discovery"]}}, {"in": "query", "name": "adsEnabled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "ADS Enabled", "items": {"type": "boolean"}}, {"in": "query", "name": "rangerTagsKey__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLocation", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent location", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingActions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent pending actions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "id__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "agentUninstalled", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is uninstalled", "items": {"type": "boolean"}}, {"in": "query", "name": "resourceType__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The Asset Type", "items": {"type": "string"}}, {"in": "query", "name": "memoryReadable__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The memory of the device in human readable format (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The UUID", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags", "items": {"type": "string"}}, {"in": "query", "name": "rangerTagsKeyValue", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value", "items": {"type": "string"}}, {"in": "query", "name": "isDcServer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Is DC Server", "items": {"type": "boolean"}}, {"in": "query", "name": "agentLocationAwareness__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The location awareness", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user DN", "items": {"type": "string"}}, {"in": "query", "name": "osFamily__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system family of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentOperationalState", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent operational state", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status", "items": {"type": "string"}}, {"in": "query", "name": "names", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status", "items": {"type": "string"}}, {"in": "query", "name": "macAddresses__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The MAC addresses", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "detectedFromSite__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The site from which the device was detected (not in)", "items": {"type": "string"}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name", "items": {"type": "string"}}, {"in": "query", "name": "applicationName", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The name of the application installed on a workstation or a server", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUninstall", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending uninstall", "items": {"type": "boolean"}}, {"in": "query", "name": "firstSeenDt__between", "required": false, "type": "string", "description": "The first seen date"}, {"in": "query", "name": "lastUpdateDt__between", "required": false, "type": "string", "description": "The last update date"}, {"in": "query", "name": "agentAntiTamperingStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent anti tampering status", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version (not in)", "items": {"type": "string"}}, {"in": "query", "name": "osVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device", "items": {"type": "string"}}, {"in": "query", "name": "assetCriticality", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The criticality that each asset belongs to", "items": {"type": "string", "enum": ["critical", "high", "medium", "low", "--"]}}, {"in": "query", "name": "discoveryMethods__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssServiceStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS service status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssLastSnapshotDt__between", "required": false, "type": "string", "description": "The agent VSS last snapshot date"}, {"in": "query", "name": "agentHasLocalConfig", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent has local configuration", "items": {"type": "boolean"}}, {"in": "query", "name": "allTagsKey__nexists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys not exists", "items": {"type": "string"}}, {"in": "query", "name": "agentMissingPermissions__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent missing permissions (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentPendingUpgrade", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent is pending upgrade", "items": {"type": "boolean"}}, {"in": "query", "name": "manufacturer", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The manufacturer of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status", "items": {"type": "string"}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "agentInstallerType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent installer type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "s1UpdatedAt__between", "required": false, "type": "string", "description": "The Last Seen date and time for the asset"}, {"in": "query", "name": "resourceType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The canonical name for the resource type", "items": {"type": "string", "enum": ["Access Control and Surveillance System", "Access Point", "AD Certificate", "AD Certificate Authority", "AD Certificate Template", "AD Containers", "AD DNS Zone", "AD Domain", "AD GPO", "AD Group", "AD OU", "AD Security Principals", "AD Service Account", "AD User", "Alarm", "Alibaba Account", "Alibaba Action Trail", "Alibaba Anti DDOS Domain Log Status", "Alibaba Application Load Balancer", "Alibaba Application Load Balancer Listener", "Alibaba Auto Scaling Configuration", "Alibaba Auto Scaling Group", "Alibaba Auto Scaling Image", "Alibaba Bucket", "Alibaba Bucket Policy", "Alibaba Container Registry", "Alibaba Container Repository", "Alibaba ECS Disk", "Alibaba ECS Instance", "Alibaba ECS Network Interface", "Alibaba Folder", "Alibaba Kubernetes Cluster", "Alibaba Management", "Alibaba Network Load Balancer", "Alibaba Network Load Balancer Listener", "Alibaba RAM Access Key", "Alibaba RAM Group", "Alibaba RAM Password Policy", "Alibaba RAM Policy", "Alibaba RAM Role", "Alibaba RAM User", "Alibaba RDS Instance", "Alibaba Security Center Agent Status", "Alibaba Security Center Antivirus Config", "Alibaba Security Center Vulnerability Config", "Alibaba Security Center WebShell Configuration", "Alibaba Security Group", "Alibaba Server Load Balancer", "Alibaba Server Load Balancer Listener", "Alibaba VPC", "Alibaba VPC Flow Log", "Alibaba Web Application Firewall Domain Log Status", "Amplifier", "AV Solution", "AWS Access Analyzer", "AWS Account", "AWS ACM Certificate", "AWS API Gateway API", "AWS API Gateway API Stage", "AWS API Gateway Client Certificate", "AWS API Gateway Domain", "AWS API Gateway Rest API", "AWS API Gateway Rest API Resource", "AWS API Gateway Rest API Stage", "AWS API Gateway Rest Domain", "AWS Athena WorkGroup", "AWS AutoScaling Launch Configuration", "AWS Auto Scaling Group", "AWS Backup Vault", "AWS Bedrock Agent", "AWS Bedrock Agent Version", "AWS Bedrock Batch Inference Job", "AWS Bedrock Custom Model", "AWS Bedrock Guardrail", "AWS Bedrock Knowledge Base", "AWS Bedrock Knowledge Base Data Source", "AWS Bedrock Model Customization Job", "AWS Bedrock Model Invocation Logging Config", "AWS Bedrock Prompt", "AWS Bedrock Prompt Flows", "AWS Budgets", "AWS Classic Load Balancer", "AWS CloudFormation Stack", "AWS CloudFront Distribution", "AWS CloudFront Distribution Origin", "AWS CloudTrail Event Selectors", "AWS CloudTrail Trail", "AWS CloudWatch Alarm", "AWS CloudWatch Log Group", "AWS CloudWatch Metric Filter", "AWS Config Recorder", "AWS Config Recorder Status", "AWS Container Registry ECR", "AWS Container Repository", "AWS Cost Explorer", "AWS DAX Cluster", "AWS DMS Certificate", "AWS DMS Replication Instance", "AWS Document DB Cluster", "AWS Document DB SnapShot Cluster", "AWS DynamoDB Backup", "AWS DynamoDB Table", "AWS EBS Snapshot", "AWS EBS Volume", "AWS EBS Volume Encryption Account Setting", "AWS ECS Cluster", "AWS ECS Container", "AWS ECS Service", "AWS ECS Task", "AWS ECS Task Definition", "AWS ECS Node", "AWS EC2 Elastic IP", "AWS EC2 Instance", "AWS EC2 Key Pair", "AWS EC2 Network Interface", "AWS EC2 Security Group", "AWS Egress Only Internet Gateways", "AWS Elasticsearch Domain", "AWS Elastic BeanStalk Configuration Setting", "AWS Elastic BeanStalk Environment", "AWS Elastic Cache Cluster", "AWS Elastic File System", "AWS Elastic Load Balancer", "AWS Elastic Load Balancer Listener", "AWS Elastic Loadbalancer Listener Rule", "AWS ELBv2 Target Group", "AWS ELBv2 Target Group Health", "AWS EMR Cluster", "AWS EMR Cluster Security Configuration", "AWS FSx File System", "AWS Fargate Profile", "AWS Glue Database", "AWS Glue Security Configuration", "AWS IAM Account Summary", "AWS IAM Group", "AWS IAM Inline Policy", "AWS IAM Password Policy", "AWS IAM Permission Boundary", "AWS IAM Policy", "AWS IAM Role", "AWS IAM Server Certificate", "AWS IAM User", "AWS IAM User Access Key", "AWS IAM User SSH Key", "AWS IAM Virtual MFA Device", "AWS Identity Center Group", "AWS Identity Center Instance", "AWS Identity Center User", "AWS Kafka Cluster", "AWS Kinesis Firehose Stream", "AWS Kinesis Stream", "AWS Kubernetes Cluster EKS", "AWS KMS Key", "AWS KMS Key Policy", "AWS Lambda Function", "AWS Lambda Layer", "AWS Lightsail Bucket", "AWS Lightsail Database", "AWS Lightsail Instance", "AWS Lightsail Instance Alarm", "AWS Lightsail Load Balancers", "AWS Machine Image", "AWS MemoryDB Cluster", "AWS MQ Broker", "AWS MWAA Environment", "AWS Neptune DB Cluster", "AWS Neptune DB Cluster Parameter Group", "AWS OpenSearch Domain", "AWS Organization", "AWS Organizational Unit", "AWS Permission Set", "AWS RDS Cluster", "AWS RDS Cluster Parameter", "AWS RDS Cluster Snapshot", "AWS RDS Instance", "AWS RDS Parameter", "AWS RDS Snapshot", "AWS Redshift Cluster", "AWS Redshift Cluster Parameter", "AWS Redshift Reserved Node", "AWS Root Organizational Unit", "AWS Route53 Domain", "AWS Route53 Record Value", "AWS S3 Bucket", "AWS SageMaker Compilation Jobs", "AWS SageMaker Endpoint", "AWS SageMaker Endpoint Config", "AWS SageMaker Hyper Parameter Tuning Job", "AWS SageMaker Inference Recommender", "AWS SageMaker Instance", "AWS SageMaker Labeling Job", "AWS SageMaker Model", "AWS SageMaker Model Package", "AWS SageMaker Processing Jobs", "AWS SageMaker Shadow Test", "AWS SageMaker Training Job", "AWS SageMaker Transformation Jobs", "AWS Secrets Manager", "AWS SNS Topic", "AWS SQS Queue", "AWS Shield Emergency Contact", "AWS Shield Protection", "AWS Shield Subscription", "AWS SSM Association", "AWS SSM Instance Information", "AWS SSM Parameter", "AWS Transfer Server", "AWS Trusted Advisor", "AWS Virtual Private Cloud", "AWS VPC Accepter Peering Connection", "AWS VPC Endpoint", "AWS VPC Flow Log", "AWS VPC Internet Gateway", "AWS VPC NAT Gateway", "AWS VPC Network ACL", "AWS VPC Peering Connection", "AWS VPC Requester Peering Connection", "AWS VPC Route Table", "AWS VPC Subnet", "AWS VPC Transit Gateway", "AWS VPN Connection", "AWS VPN Gateway", "AWS WAF ACL", "AWS WAF Regional", "AWS WorkSpaces Directory", "AWS WorkSpaces Group", "AWS WorkSpaces Space", "AWS XRay Encryption Config", "Azure Activity Log Alert", "Azure Advisor", "Azure AI Content Filter Policy", "Azure AI Custom Vision Service", "Azure AI Deployment", "Azure AI Face API Service", "Azure AI Service", "Azure AI Service Multi Account", "Azure AI Speech Service", "Azure AI Translator Service", "Azure All Activity Log Alert", "Azure All Defender For Cloud Pricing Configurations", "Azure All Defender For Cloud Settings", "Azure Api Management Named Value", "Azure Api Management Service", "Azure Api Management Service Backend", "Azure Api Management Service Portal Setting", "Azure App Configuration Store", "Azure Application Gateway", "Azure Application Gateway Web Application Firewall Policy", "Azure App Registration", "Azure App Service Certificate", "Azure App Service Plan", "Azure App Service Web App", "Azure App Service Web App Auth Settings", "Azure App Service Web App Configuration", "Azure App Service Web App Slot", "Azure Authorization Policy", "Azure Automation Account", "Azure Automation Account Variable", "Azure Backend Address Pool", "Azure Blob Container", "Azure Blob Service", "Azure Bot Service", "Azure CDN Endpoint", "Azure CDN Profile", "Azure Classic Front Door", "Azure Computer Vision Service", "Azure Container Instance", "Azure Container App", "Azure Container Registry", "Azure Container Repository", "Azure Content Safety Service", "Azure Cosmos DB Account", "Azure Cosmos DB Account Advanced Threat Protection", "Azure Cost Management and Billing", "Azure Data Factory", "Azure Data Factory Integration Runtime", "Azure Data Factory Linked Service", "Azure Defender For Cloud Auto Provisioning Setting", "Azure Defender For Cloud Pricing Configurations", "Azure Defender For Cloud Settings", "Azure Diagnostic Setting", "Azure Directory Role Definition", "Azure Directory Role Assignment", "Azure Disk", "Azure DNS Record Set", "Azure DNS Record Value", "Azure DNS Zone", "Azure Document Intelligence", "Azure Frontend IP Configuration", "Azure Front Door Web Application Firewall Policy", "Azure Health Insights", "Azure Health Probe", "Azure IAM Custom Role", "Azure IAM Role", "Azure Identity", "Azure Immersive Reader Service", "Azure Inbound NAT Rule", "Azure Key Vault", "Azure Key Vault Certificate", "Azure Key Vault Key", "Azure Key Vault Secret", "Azure Kubernetes Cluster AKS", "Azure Kubernetes Cluster Upgrade Profile", "Azure Language Service", "Azure Load Balancer", "Azure Load Balancing Rule", "Azure Log Profile", "Azure Machine Learning Workspace", "Azure Management Group", "Azure MariaDB Server Security Policy", "Azure Maria DB Server", "Azure MySQL Database", "Azure MySQL Flexible Server", "Azure MySQL Flexible Server Firewall Rule", "Azure MySQL Server", "Azure MySQL Server Firewall Rule", "Azure MySQL Server Security Alert Policy", "Azure NAT Gateway", "Azure Network Interface", "Azure Network Security Group", "Azure Network Watcher", "Azure Network Watcher Flow Log", "Azure OpenAI Account", "Azure Outbound Rule", "Azure Postgres Database", "Azure Postgres Flexible Server", "Azure Postgres Flexible Server All Parameters", "Azure Postgres Flexible Server Firewall Rule", "Azure Postgres Flexible Server Parameter", "Azure Postgres Server", "Azure Postgres Server All Parameters", "Azure Postgres Server Firewall Rule", "Azure Postgres Server Parameter", "Azure Postgres Server Security Alert Policy", "Azure Private Endpoint", "Azure Private Endpoint Connection", "Azure Private Link", "Azure Public IP Address", "Azure Queue", "Azure Redis Cache", "Azure Resource Group", "Azure Role Assignment", "Azure Route Table", "Azure Scale Set Virtual Machine", "Azure Scale Set Virtual Machine Extension", "Azure Security Contact", "Azure Security Rule", "Azure Service Principal", "Azure SQL Advanced Threat Protection Setting", "Azure SQL Blob Auditing Policy", "Azure SQL Database", "Azure SQL Database Blob Auditing Policy", "Azure SQL Database Security Alert Policy", "Azure SQL Managed Instance", "Azure SQL Managed Instance Security Alert", "Azure SQL Managed Instance vulnerability assessment", "Azure SQL Server", "Azure SQL Server Blob Auditing Policy", "Azure SQL Server ENCRYPTION Protector", "Azure SQL Server Firewall Rule", "Azure SQL Server Vulnerability assessment", "Azure SQL Vulnerability assessment setting", "Azure Static Web App", "Azure Storage Account", "Azure Storage Account Blob All Diagnostic Setting", "Azure Storage Account Queue All Diagnostic Setting", "Azure Storage Account Table", "Azure Storage Account Table All Diagnostic Setting", "Azure Subnet", "Azure Subscription", "Azure Subscription Geolocations", "Azure Synapse Sql Pool", "Azure Synapse Sql Pool Vulnerability Assessment", "Azure Synapse Workspace", "Azure Synapse Workspace Sql Server Tls Setting", "Azure Tenant", "Azure Traffic Manager", "Azure User", "Azure User Group", "Azure User Registration Details", "Azure Virtual Machine", "Azure Virtual Machine Extension", "Azure Virtual Machine Scale Set", "Azure Virtual Network", "Azure Virtual Network Gateway", "Camera", "Cameras and Vision Platforms", "Car Multimedia", "Clocks and NTP Servers", "Cloud Endpoint", "Cloud NAT", "Cloud Router", "Conferencing Solution", "Container Image", "Container Image Tag", "Container Registry", "Container Repository", "Copier", "Developer Repository", "DigitalOcean App", "DigitalOcean CDN Endpoint", "DigitalOcean Container Registry", "DigitalOcean Container Repository", "DigitalOcean Database", "DigitalOcean Database Cluster", "DigitalOcean Database User", "DigitalOcean Domain", "DigitalOcean Domain Record", "DigitalOcean Domain Record Value", "DigitalOcean Droplet", "DigitalOcean Droplet Backup", "DigitalOcean Droplet Snapshot", "DigitalOcean Firewall", "DigitalOcean Kubernetes Cluster", "DigitalOcean Kubernetes Node", "DigitalOcean Kubernetes Node Pool", "DigitalOcean Load Balancer", "DigitalOcean Reserved IP", "DigitalOcean SSH Key", "DigitalOcean Volume", "DigitalOcean Volume Snapshot", "DigitalOcean VPC", "Dynamic Admission Controller", "Doorbell", "DVR", "eBook", "Embedded", "Enterprise IoT", "Entra ID Group", "Entra ID User", "Extender", "External DNS Hosted Zone", "External DNS Name", "External DNS Value", "Fire Detection and Access Control", "Gaming Console", "Gateway", "GCP API Key", "GCP Artifact Registry", "GCP Artifact Repository", "GCP BigQuery Dataset", "GCP Bigtable Instance", "GCP Bigtable Instance Cluster", "GCP Cloud Armor Security Policy", "GCP Cloud Deploy Delivery Pipeline", "GCP Cloud Deploy Target", "GCP Cloud Function", "GCP Cloud Run Job", "GCP Cloud Run Revision", "GCP Cloud Run Service", "GCP Cloud Storage", "GCP Composer Environment", "GCP Compute Auto Scaler", "GCP Compute Disk", "GCP Compute Image", "GCP Compute Instance", "GCP Compute Instance Group", "GCP Compute Instance Group Manager", "GCP Compute Instance Template", "GCP Compute Snapshot", "GCP Container Registry", "GCP Container Repository", "GCP Data Fusion Instance", "GCP Dataflow Job", "GCP Dataplex Lake", "GCP Dataplex Lake Zone", "GCP Dataproc Cluster", "GCP Deployment Manager Deployment", "GCP Deployment Manifest", "GCP DNS Policy", "GCP DNS Record Set", "GCP DNS Record Value", "GCP DNS Zone", "GCP Filestore Backup", "GCP Filestore Instance", "GCP Filestore Instance Snapshot", "GCP Firestore Database", "GCP Folder", "GCP IAM Group", "GCP IAM Member", "GCP IAM Role", "GCP IAM Role Assignment", "GCP IAM Service Account", "GCP IAM Service Account Key", "GCP KMS Crypto Key", "GCP KMS Key Ring", "GCP Kubernetes Cluster GKE", "GCP Kubernetes Engine Node Pool", "GCP Load Balancer Backend Bucket", "GCP Load Balancer Backend Service", "GCP Load Balancer Forwarding Rule", "GCP Load Balancer SSL Policy", "GCP Load Balancer Target HTTPS Proxy", "GCP Load Balancer Target HTTP Proxy", "GCP Load Balancer URL Map", "GCP Logging Sink", "GCP MemoryStore Memcached Instance", "GCP MemoryStore Redis Instance", "GCP Organization", "GCP Project", "GCP Pub Sub Subscription", "GCP Pub Sub Topic", "GCP Secret Manager Secret", "GCP Spanner Database", "GCP Spanner Instance", "GCP Spanner Instance Backup", "GCP Spanner Instance Config", "GCP SQL Instance", "GCP SQL User", "GCP Vertex AI Batch Prediction", "GCP Vertex AI Custom Jobs", "GCP Vertex AI Dataset", "GCP Vertex AI Deployment Resource Pool", "GCP Vertex AI Endpoint", "GCP Vertex AI Hyper Parameter Tuning Jobs", "GCP Vertex AI Metadata", "GCP Vertex AI Models Registry", "GCP Vertex AI Notebook Instance", "GCP Vertex AI Persistent Resources", "GCP Vertex AI Tensorboard Instance", "GCP Vertex AI Training Pipeline", "GCP Vertex AI Vector Search Indexes", "GCP Vertex AI Vector Search Index Endpoint", "GCP VPC Firewall", "GCP VPC Firewall Network Tag", "GCP VPC Network", "GCP VPC Sub Network", "Google Cloud Billing", "Google Cloud Cost Management", "Google Cloud Recommender", "Google My Drive", "Google Shared Drive", "Health Monitor", "Home Assistant", "Home Hub", "Hub", "ID Card Printer", "IP Phone", "Kubernetes Cluster Role", "Kubernetes Cluster Role Binding", "Kubernetes Config Map", "Kubernetes CronJob", "Kubernetes Daemon Set", "Kubernetes Deployment", "Kubernetes Group", "Kubernetes Job", "Kubernetes Namespace", "Kubernetes Network Policy", "Kubernetes Persistent Volume", "Kubernetes Replica Set", "Kubernetes Role", "Kubernetes Role Binding", "Kubernetes Secret", "Kubernetes Service", "Kubernetes Service Account", "Kubernetes Stateful Set", "Kubernetes User", "Kubernetes Volume", "Kubernetes Node", "K8s Cluster Node", "K8s Pod", "Lighting Solution", "Light Bulb", "Light Controller", "Linux desktop", "Linux laptop", "Linux Server", "Linux workstation", "macOS desktop", "macOS laptop", "macOS Server", "macOS workstation", "Mesh", "Microsoft 365 OneDrive", "Mobile", "NAS", "Network Device", "Network Storage", "Okta User", "Okta Group", "Oracle Compartment", "Oracle Tenant", "Oracle Artifact", "Oracle Artifact Repository", "Oracle Authentication Policy", "Oracle Block Volume", "Oracle Block Volume Backup", "Oracle Boot Volume", "Oracle Boot Volume Backup", "Oracle Bucket", "Oracle Cloud Guard Config", "Oracle Compute Instance", "Oracle Container Registry", "Oracle Container Repository", "Oracle Customer Secret Key", "Oracle Database", "Oracle Database Home", "Oracle DNS Zone", "Oracle Event Rule", "Oracle File System", "Oracle File System Export", "Oracle File System Export Options", "Oracle Group", "Oracle IAM Role", "Oracle Instance Pool", "Oracle Kubernetes Cluster", "Oracle Kubernetes Node Pool", "Oracle Load Balancer", "Oracle Log", "Oracle Log Group", "Oracle Network Load Balancer", "Oracle Network Security Group", "Oracle Policy", "Oracle Reserved IP", "Oracle Security List", "Oracle Subnet", "Oracle User", "Oracle User API Key", "Oracle User Auth Token", "Oracle VCN", "Oracle VNIC", "Oracle VNIC Attachment", "Oracle Volume Backup Policy", "Oracle Zone Record", "Oracle Zone Record Value", "Organization Repository", "Ping ID User", "Ping ID Group", "Phone Adapter", "Physical Server", "POS solutions", "Printer", "Radio", "Receiver", "Repository", "Router", "Safety, Security and Communication System", "Security", "Self Managed Kubernetes Cluster", "Server Infrastructure", "Set Top Boxes", "Smart Home", "Smart Office", "Smart Plug", "Smart TV", "Smart Watch", "Snowflake Database", "Solar Energy Solution", "Speaker", "Static Admission Controller", "Storage", "Streamer", "Subnet", "Surveillance System", "Switch", "Tablet", "Touchscreens and control System", "TV Tuner", "Unknown Device", "Unknown Server", "Unknown workstation", "UPS", "User", "Vacuum", "Video", "Virtual Desktop Interface", "Virtual Network Peering", "Virtual Server", "Water Control", "Windows desktop", "Windows laptop", "Windows Server", "Windows workstation"]}}, {"in": "query", "name": "assetEnvironment__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The environment that the asset exists in - AWS | Azure | GCP | Active Directory (not in)", "items": {"type": "string"}}, {"in": "query", "name": "names__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Name (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentUuid", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Match by the agent UUID", "items": {"type": "string"}}, {"in": "query", "name": "coreCount", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "osVersion__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system version of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to (not in)", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "discoveryMethods", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The discovery methods", "items": {"type": "string"}}, {"in": "query", "name": "infectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "tcpPorts", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The TCP ports", "items": {"type": "string"}}, {"in": "query", "name": "activeCoverage", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The active coverage for the asset", "items": {"type": "string", "enum": ["CWS", "CDS", "EPP", "Ranger Insights", "RAD", "ISPM", "Data Classification", "CNS KSPM", "CNS VM Scan", "CNS Secret Scan", "CNS IaC Scan", "CNS Image Scan", "CNS Detect", "CNS Remediate", "IDR"]}}, {"in": "query", "name": "countsFor", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The columns for which filter count would be returned for", "items": {"type": "string"}}, {"in": "query", "name": "coreCount__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The number of cores (not in)", "items": {"type": "integer", "format": "int32"}}, {"in": "query", "name": "csvFilterId", "required": false, "type": "integer", "format": "int32", "description": "The ID of the CSV file to filter by"}, {"in": "query", "name": "rangerTagKey__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 255, "description": "Free-text filter by Ranger tag key (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "rangerTagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ranger tags key value (not in)", "items": {"type": "string"}}, {"in": "query", "name": "architecture__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineDistinguishedName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine DN", "items": {"type": "string"}}, {"in": "query", "name": "agentS1AgentLiveUpdatesVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Live update ID", "items": {"type": "string"}}, {"in": "query", "name": "agentNetworkStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "subCategory", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The sub-category that each resource belongs to", "items": {"type": "string", "enum": ["All", "Access Key and Secret", "Access Management", "Account", "Account Group", "AD Objects", "Administrative Unit", "Admission Controller", "AI Service", "AI Infrastructure", "Analytics", "API Gateway", "Audio Visual", "Audit Log", "Backup", "Block", "Block Storage", "Bucket", "Cache", "Certificate", "CI CD", "Cost Management and Optimization", "Cluster", "Code Repository", "Configuration Policy", "Container", "Container Host", "Container Management", "Content Delivery Network", "Database", "Data Pipeline", "Desktop", "Developer Tool", "Domain Name Service", "ECS Workload", "Embedded", "Energy", "Fargate", "File", "File Storage", "Firewall", "Function", "Gaming", "Gateway", "Infrastructure as Code", "IAM Policy", "IP Phone", "Image", "Key-Value Store", "Kubernetes Network", "Kubernetes Secret", "Kubernetes Storage", "Kubernetes Workload", "Laptop", "Load Balancer", "Machine Learning", "Medical Device", "Mobile", "Monitoring and Logging", "Namespace", "Network Access Control", "Network Device", "Network Interface", "Network Security Group", "Network", "Non-Relational Database - NoSQL", "Notification Service", "Object", "Object Storage", "Other Device", "Other Server", "Other Workstation", "Payment System", "Peering", "Physical Server", "Printer", "Queuing Service", "Relational Database - SQL", "Repository", "Resource Management", "Role", "Roles & Permissions", "SaaS", "Secret", "Security", "Security Management", "Serverless Function", "Server Infrastructure", "Service Account", "Smart Office", "Smart Watch", "Storage", "UMPC", "Users and Groups", "Video", "Virtual Disk", "Virtual Machine", "Virtual Network"]}}, {"in": "query", "name": "agentRangerStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner status", "items": {"type": "string"}}, {"in": "query", "name": "osVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The OS versions", "items": {"type": "string"}}, {"in": "query", "name": "deviceReview", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The asset review", "items": {"type": "string", "enum": ["Not Reviewed", "Under Analysis", "Not Trusted", "Allowed", ""]}}, {"in": "query", "name": "allTagsKey", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys", "items": {"type": "string"}}, {"in": "query", "name": "serialNumber__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The serial number", "items": {"type": "string"}}, {"in": "query", "name": "hostnames__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The hostnames", "items": {"type": "string"}}, {"in": "query", "name": "identityAdMachineMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD machine groups", "items": {"type": "string"}}, {"in": "query", "name": "agentVssRollbackStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS rollback status (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConsoleMigrationStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent console migration status", "items": {"type": "string"}}, {"in": "query", "name": "architecture", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The architecture of the device", "items": {"type": "string"}}, {"in": "query", "name": "identityAdUserMembership__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "AD user groups", "items": {"type": "string"}}, {"in": "query", "name": "agentDvConnectivity__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The connection status between the agent and the SDL service (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentVssProtectionStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent VSS protection status", "items": {"type": "string"}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The ID", "items": {"type": "string"}}, {"in": "query", "name": "internalIps__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The internal IPs", "items": {"type": "string"}}, {"in": "query", "name": "assetStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status of the asset", "items": {"type": "string", "enum": ["Active", "Inactive"]}}, {"in": "query", "name": "eppUnsupportedUnknown__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent supported or unknown state (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentConfigurableNetworkQuarantine", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Whether the agent can configure network quarantine", "items": {"type": "boolean"}}, {"in": "query", "name": "agentHealthStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent health status", "items": {"type": "string"}}, {"in": "query", "name": "agentRangerVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent network scanner version", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsVolumeType__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk metrics volume type (not in)", "items": {"type": "string"}}, {"in": "query", "name": "domain__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentLastLoggedInUser__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The last logged in user", "items": {"type": "string"}}, {"in": "query", "name": "tagsKeyValue__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Tags (not in)", "items": {"type": "string"}}, {"in": "query", "name": "agentAgentVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "allTagsKey__exists", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "User and cloud tag keys exists", "items": {"type": "string"}}, {"in": "query", "name": "agentDiskMetricsFreePercentage__gte", "required": false, "type": "number", "format": "float", "description": "The agent free disk percentage on any of the disks"}, {"in": "query", "name": "agentAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent version", "items": {"type": "string"}}, {"in": "query", "name": "domain", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The domain of the device", "items": {"type": "string"}}, {"in": "query", "name": "agentVssVolumesDiffAreaFreePercentage__between", "required": false, "type": "string", "description": "The agent free VSS volume percentage on any of the volumes"}, {"in": "query", "name": "agentDiskEncryption", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The agent disk encryption", "items": {"type": "boolean"}}, {"in": "query", "name": "infectionStatus__nin", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The status alerts of the asset (not in)", "items": {"type": "string", "enum": ["Infected", "Healthy"]}}, {"in": "query", "name": "osNameVersion", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "The operating system name and version of the device", "items": {"type": "string"}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AffectedResourcesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.schemas_AvailableActionWithStatusResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["Inventory Workstation"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get inventory workstation available actions", "summary": "Available actions", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_workstation_available-actions_with-status_post"}}, "/web/api/v2.1/content-updates-inventory": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["appliedAt", "agentId", "assetFamilyType", "version", "displayName"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "agentId", "type": "string", "x-minimum": "100000000000000000", "description": "The ID of the Agent. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/global_assets_inventory.schemas_AgentGlobalAssetsInventorySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Live Updates"], "produces": ["application/json"], "description": "Get Agent's merged updates.", "summary": "Get Agent Merged Updates", "x-s1-required-permissions": ["Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_content-updates-inventory_get"}}, "/web/api/v2.1/locations": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/locations.schemas_NewLocationSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/locations.schemas_LocationViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Locations"], "produces": ["application/json"], "description": "Create a location that defines parameters of Agents in a scope filter. Parameters include:
* ipAddresses - The Agent compares the endpoint active IPv4 or IPv6 addresses to the IP addresses, ranges, and CIDRs defined for the location.
* dnsServers - The Agent compares the configured DNS servers of the endpoint to the DNS servers defined for the location.
* dnsLookup - The Agent resolves the FQDN of the endpoint to IPv4 or IPv6 addresses and compares them to the addresses configured in the location setting.
* networkInterfaces - The Agent determines if the endpoint is connected to the network over a wireless connection. If one connected interface is wireless, the endpoint is considered wireless.
* serverConnectivity - The Agent reports if it is connected to its Management.
* registryKeys - The Agent compares the endpoint registry keys in HKEY_LOCAL_MACHINE\\SOFTWARE with the registry key of the location definition.
When you set a location parameter, also set the operator to ALL, NONE, or at least 1.
The serverConnectivity parameter takes \"enabled\" (true or false) and \"value\" (connected or disconnected).
The networkInterfaces parameter takes \"enabled\" (true or false) and \"value\" (wired or wireless).", "summary": "Create Location", "consumes": ["application/json"], "x-s1-required-permissions": ["Locations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_locations_post"}, "get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "scope"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Filter results by location IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Filter results by scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hasFirewallRules", "type": "boolean", "description": "Filter by locations with/without firewall rules associated to them", "required": false}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by location name (supports multiple values). Example: \"office\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by description (supports multiple values). Example: \"out of office\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "creator__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by creator of the location (supports multiple values). Example: \"max,mike\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopeName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by scope name (supports multiple values). Example: \"my_group,my_site\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostname__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by hostname (supports multiple values). Example: \"sentinelone.com,localhost\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ipAddress__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by IP address (supports multiple values). Example: \"29.213.22.17\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "registryKey__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by registry key (supports multiple values). Example: \"system\\software,sentinel\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/locations.schemas_LocationViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Locations"], "produces": ["application/json"], "description": "Get the locations of Agents in a given scope that match the filter. Agent locations are based on endpoint network parameters (IP, DNS, NIC, Registry Key, or SentinelOne connection set for all true, at least one true, or none true and applied to a Site, Account, or Global). Agents detect their location settings and apply Firewall Control rules that have Location Aware parameters that match the Agent location. Agents can be in multiple locations at the same time. If an Agent that supports Locations does not detect that it is in a defined location, it uses the Firewall rules assigned to the Fallback location.
Use this command with a filter for \"hasFirewallRules\" to find Locations that do not have matching Firewall Control rules. The response to this request includes the ID of the location, which you can use in other commands.
Firewall Control and Location Awareness require Control SKU.", "summary": "Get Locations", "x-s1-required-permissions": ["Locations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_locations_get"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/locations.schemas_DeleteLocationsSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Locations"], "produces": ["application/json"], "description": "Delete location definitions of a given location. To get location IDs, run \"locations\".", "summary": "Delete Locations", "consumes": ["application/json"], "x-s1-required-permissions": ["Locations.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_locations_delete"}}, "/web/api/v2.1/locations/{location_id}": {"put": {"parameters": [{"in": "path", "name": "location_id", "type": "string", "x-minimum": "100000000000000000", "description": "Location ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/locations.schemas_UpdateLocationSchema"}}], "responses": {"404": {"description": "Location not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/locations.schemas_LocationViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Locations"], "produces": ["application/json"], "description": "Change the parameter values of a location definition. See Create Location.", "summary": "Update Location", "consumes": ["application/json"], "x-s1-required-permissions": ["Locations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_locations_{location_id}_put"}}, "/web/api/v2.1/log-collection/rules": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "createdBy", "updatedAt", "updatedBy", "scopeId", "scopeLevel", "name", "agentType", "configurationType", "collectionType", "state", "description", "enabled", "parser", "scopePath", "collectionPath", "logPrefix", "excludedLogs", "collectionTags", "excludedTags", "uuid", "eventIds", "collectionPathOrChannel", "levels", "providers", "welExcludedIds"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "List of scopes to filter by. Example: \"group\".", "items": {"type": "string", "enum": ["group", "site", "account", "tenant"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "names", "type": "array", "maxItems": 5000, "description": "List of names to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule name (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentType", "type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"], "description": "Agent type. Example: \"windows\".", "required": false}, {"in": "query", "name": "agentTypes", "type": "array", "maxItems": 5000, "description": "List of agent types to filter by. Example: \"windows\".", "items": {"type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "configurationType", "type": "string", "enum": ["collectionPath", "predicate"], "description": "Configuration type. Example: \"collectionPath\".", "required": false}, {"in": "query", "name": "configurationTypes", "type": "array", "maxItems": 5000, "description": "List of configuration types to filter by. Example: \"collectionPath\".", "items": {"type": "string", "enum": ["collectionPath", "predicate"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionType", "type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"], "description": "Collection type. Example: \"applicationLog\".", "required": false}, {"in": "query", "name": "collectionTypes", "type": "array", "maxItems": 5000, "description": "List of collection types to filter by. Example: \"applicationLog\".", "items": {"type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "state", "type": "boolean", "description": "State", "required": false}, {"in": "query", "name": "enabled", "type": "array", "maxItems": 5000, "description": "Include enabled, disabled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule description (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath", "type": "string", "description": "Collection path", "required": false}, {"in": "query", "name": "collectionPaths", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by collection tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by excluded tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedLogs__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued logs (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parser__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule author (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "updatedBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule last updater (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "scopePaths", "type": "array", "maxItems": 5000, "description": "List of scope paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by scope path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for last update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "excludedIds", "type": "array", "maxItems": 5000, "description": "List of IDs to exclude. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "logPrefix__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel", "type": "string", "description": "Collection path or channel", "required": false}, {"in": "query", "name": "collectionPathsOrChannel", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path or channel (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds", "type": "array", "maxItems": 5000, "description": "Exact match filter by event Ids (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule eventIds (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "welExcludedIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued ids (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return rules from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.get_schema_LogCollectionViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Get Log Collection rules", "x-s1-required-permissions": ["Log Collection Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_LogCollectionRulesPostSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "409": {"description": "Conflict", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_AffectedResultsIdSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Create a log collection rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Log Collection Rules.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/log_collection.schemas.delete_schema_LogCollectionRulesDeleteSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_AffectedResultsIdsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Delete log collection rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Log Collection Rules.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_delete"}}, "/web/api/v2.1/log-collection/rules/{agent_type}": {"get": {"parameters": [{"in": "path", "name": "agent_type", "type": "string", "description": "Agent type", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "createdBy", "updatedAt", "updatedBy", "scopeId", "scopeLevel", "name", "agentType", "configurationType", "collectionType", "state", "description", "enabled", "parser", "scopePath", "collectionPath", "logPrefix", "excludedLogs", "collectionTags", "excludedTags", "uuid", "eventIds", "collectionPathOrChannel", "levels", "providers", "welExcludedIds"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "List of scopes to filter by. Example: \"group\".", "items": {"type": "string", "enum": ["group", "site", "account", "tenant"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "names", "type": "array", "maxItems": 5000, "description": "List of names to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule name (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentType", "type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"], "description": "Agent type. Example: \"windows\".", "required": false}, {"in": "query", "name": "agentTypes", "type": "array", "maxItems": 5000, "description": "List of agent types to filter by. Example: \"windows\".", "items": {"type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "configurationType", "type": "string", "enum": ["collectionPath", "predicate"], "description": "Configuration type. Example: \"collectionPath\".", "required": false}, {"in": "query", "name": "configurationTypes", "type": "array", "maxItems": 5000, "description": "List of configuration types to filter by. Example: \"collectionPath\".", "items": {"type": "string", "enum": ["collectionPath", "predicate"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionType", "type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"], "description": "Collection type. Example: \"applicationLog\".", "required": false}, {"in": "query", "name": "collectionTypes", "type": "array", "maxItems": 5000, "description": "List of collection types to filter by. Example: \"applicationLog\".", "items": {"type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "state", "type": "boolean", "description": "State", "required": false}, {"in": "query", "name": "enabled", "type": "array", "maxItems": 5000, "description": "Include enabled, disabled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule description (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath", "type": "string", "description": "Collection path", "required": false}, {"in": "query", "name": "collectionPaths", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by collection tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by excluded tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedLogs__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued logs (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parser__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule author (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "updatedBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule last updater (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "scopePaths", "type": "array", "maxItems": 5000, "description": "List of scope paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by scope path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for last update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "excludedIds", "type": "array", "maxItems": 5000, "description": "List of IDs to exclude. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "logPrefix__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel", "type": "string", "description": "Collection path or channel", "required": false}, {"in": "query", "name": "collectionPathsOrChannel", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path or channel (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds", "type": "array", "maxItems": 5000, "description": "Exact match filter by event Ids (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule eventIds (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "welExcludedIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued ids (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return rules from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.get_schema_LogCollectionViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Get Log Collection rules by agent type", "x-s1-required-permissions": ["Log Collection Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_{agent_type}_get"}}, "/web/api/v2.1/log-collection/agent-type-count": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "includeParents", "type": "boolean", "default": true, "description": "Return rules from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": true, "description": "Return filters from children scope levels", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.filter_schema_AgentTypeCountFiltersResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "description": "Get the total number of log collection rules per agent type", "summary": "Get Agent type count", "x-s1-required-permissions": ["Log Collection Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_agent-type-count_get"}}, "/web/api/v2.1/log-collection/rules/{rule_id}": {"put": {"parameters": [{"in": "path", "name": "rule_id", "type": "string", "description": "Rule id", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_LogCollectionRulesPostSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "409": {"description": "Conflict", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_AffectedResultsIdSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Update a log collection rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Log Collection Rules.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_{rule_id}_put"}}, "/web/api/v2.1/log-collection/rules/activation": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_LogCollectionRulesActivationPostSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/log_collection.schemas.post_schema_AffectedResultsIdsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "summary": "Change activation status of log collection rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Log Collection Rules.activate"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_activation_post"}}, "/web/api/v2.1/log-collection/rules/export": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "List of scopes to filter by. Example: \"group\".", "items": {"type": "string", "enum": ["group", "site", "account", "tenant"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "names", "type": "array", "maxItems": 5000, "description": "List of names to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule name (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentType", "type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"], "description": "Agent type. Example: \"windows\".", "required": false}, {"in": "query", "name": "agentTypes", "type": "array", "maxItems": 5000, "description": "List of agent types to filter by. Example: \"windows\".", "items": {"type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "configurationType", "type": "string", "enum": ["collectionPath", "predicate"], "description": "Configuration type. Example: \"collectionPath\".", "required": false}, {"in": "query", "name": "configurationTypes", "type": "array", "maxItems": 5000, "description": "List of configuration types to filter by. Example: \"collectionPath\".", "items": {"type": "string", "enum": ["collectionPath", "predicate"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionType", "type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"], "description": "Collection type. Example: \"applicationLog\".", "required": false}, {"in": "query", "name": "collectionTypes", "type": "array", "maxItems": 5000, "description": "List of collection types to filter by. Example: \"applicationLog\".", "items": {"type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "state", "type": "boolean", "description": "State", "required": false}, {"in": "query", "name": "enabled", "type": "array", "maxItems": 5000, "description": "Include enabled, disabled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule description (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath", "type": "string", "description": "Collection path", "required": false}, {"in": "query", "name": "collectionPaths", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by collection tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by excluded tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedLogs__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued logs (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parser__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule author (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "updatedBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule last updater (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "scopePaths", "type": "array", "maxItems": 5000, "description": "List of scope paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by scope path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for last update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "excludedIds", "type": "array", "maxItems": 5000, "description": "List of IDs to exclude. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "logPrefix__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel", "type": "string", "description": "Collection path or channel", "required": false}, {"in": "query", "name": "collectionPathsOrChannel", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path or channel (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds", "type": "array", "maxItems": 5000, "description": "Exact match filter by event Ids (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule eventIds (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "welExcludedIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued ids (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return rules from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "description": "Get a CSV file with all log collection rules according to the passed filters", "summary": "Export log collection rules", "x-s1-required-permissions": ["Log Collection Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_export_get"}}, "/web/api/v2.1/log-collection/rules/export/{agent_type}": {"get": {"parameters": [{"in": "path", "name": "agent_type", "type": "string", "description": "Agent type", "required": true}, {"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scope", "type": "string", "enum": ["group", "site", "account", "tenant"], "description": "Scope. Example: \"group\".", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "List of scopes to filter by. Example: \"group\".", "items": {"type": "string", "enum": ["group", "site", "account", "tenant"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "names", "type": "array", "maxItems": 5000, "description": "List of names to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule name (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentType", "type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"], "description": "Agent type. Example: \"windows\".", "required": false}, {"in": "query", "name": "agentTypes", "type": "array", "maxItems": 5000, "description": "List of agent types to filter by. Example: \"windows\".", "items": {"type": "string", "enum": ["windows", "linux", "macos", "k8s", "k8sAndContainers"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "configurationType", "type": "string", "enum": ["collectionPath", "predicate"], "description": "Configuration type. Example: \"collectionPath\".", "required": false}, {"in": "query", "name": "configurationTypes", "type": "array", "maxItems": 5000, "description": "List of configuration types to filter by. Example: \"collectionPath\".", "items": {"type": "string", "enum": ["collectionPath", "predicate"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionType", "type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"], "description": "Collection type. Example: \"applicationLog\".", "required": false}, {"in": "query", "name": "collectionTypes", "type": "array", "maxItems": 5000, "description": "List of collection types to filter by. Example: \"applicationLog\".", "items": {"type": "string", "enum": ["applicationLog", "unifiedLogging", "windowsEventLog", "flatFileLog"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "state", "type": "boolean", "description": "State", "required": false}, {"in": "query", "name": "enabled", "type": "array", "maxItems": 5000, "description": "Include enabled, disabled or both. Example: \"True,False\".", "items": {"type": "boolean"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule description (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath", "type": "string", "description": "Collection path", "required": false}, {"in": "query", "name": "collectionPaths", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by collection tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags", "type": "array", "maxItems": 5000, "description": "Exact match filter by excluded tags (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedTags__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued tags (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "excludedLogs__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued logs (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parser__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule author (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "updatedBy__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule last updater (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath", "type": "string", "description": "Scope path", "required": false}, {"in": "query", "name": "scopePaths", "type": "array", "maxItems": 5000, "description": "List of scope paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "scopePath__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by scope path (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for creation time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Date range for last update time (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "excludedIds", "type": "array", "maxItems": 5000, "description": "List of IDs to exclude. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "logPrefix__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule parser (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel", "type": "string", "description": "Collection path or channel", "required": false}, {"in": "query", "name": "collectionPathsOrChannel", "type": "array", "maxItems": 5000, "description": "List of collection paths to filter by.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionPathOrChannel__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule collection path or channel (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds", "type": "array", "maxItems": 5000, "description": "Exact match filter by event Ids (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule eventIds (supports multiple)", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "welExcludedIds__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule exclued ids (supports multiple)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "includeParents", "type": "boolean", "default": false, "description": "Return rules from parent scope levels", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Return filters from children scope levels", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Log Collection"], "produces": ["application/json"], "description": "Get a CSV file with all log collection rules according to the passed filters", "summary": "Export log collection rules", "x-s1-required-permissions": ["Log Collection Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_log-collection_rules_export_{agent_type}_get"}}, "/sdl/v2/api/queries": {"post": {"tags": ["Long Running Query"], "x-s1-required-permissions": ["Skylight Query API.view"], "x-s1-optional-permissions": null, "consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "body", "name": "body", "schema": {"properties": {"accountIds": {"description": "List of account ids to query. We do not currently support a corresponding siteIds parameter. You can instead supply siteIds as part of the query filter, like `site.id in ('1383518925981773650', '479559923400588751')`. You can also restrict query space by supplying an appropriately scoped service token in the auth header.", "items": {"type": "string", "example": "225494730938493804"}, "type": "array"}, "distribution": {"$ref": "#/definitions/v2_1.long_running_query.schemas_DistributionAttributes"}, "endTime": {"description": "Specifies end of the time range to query, using the same syntax as the Start and End fields in the query UI. You can also supply a simple timestamp, measured in seconds, milliseconds, or nanoseconds since 1/1/1970.The default is to query the last 24 hours. If you specify startTime but not endTime, the query covers 24 hours beginning at the startTime. If you specify endTime but not startTime, the query covers 24 hours ending at the endTime.", "type": "string", "example": "1h"}, "facetValues": {"$ref": "#/definitions/v2_1.long_running_query.schemas_FacetValuesAttributes"}, "log": {"$ref": "#/definitions/v2_1.long_running_query.schemas_LogAttributes"}, "plot": {"$ref": "#/definitions/v2_1.long_running_query.schemas_PlotAttributes"}, "pq": {"$ref": "#/definitions/v2_1.long_running_query.schemas_PQAttributes"}, "queryPriority": {"default": "LOW", "description": "Specifies the execution priority for this query; defaults to \"LOW\". Use \"LOW\" for background operations where a delay of a second or so is acceptable.LOW-priority queries have more generous rate limits.* `HIGH`: Standard query priority for API requests, with tighter rate limits.* `LOW`: Use low priority for scripted queries where a slight delay is acceptable; low priority queries are subject to less rate limiting.", "enum": ["HIGH", "LOW"], "type": "string", "example": "LOW"}, "queryType": {"description": "Specifies the type of query to launch.* `LOG`: Fetch a time-ordered list of matching events, with support for pagination.* `TOP_FACETS`: Find the top facets & facet values for all matching events.* `FACET_VALUES`: Find the top values for a particular facet across all matching events.* `PLOT`: Generate a plot of a numeric function applied to all matching events. The plot can be broken down by values of a certain facet, if needed.* `PQ`: Fetch data using Power Query language. Results can be returned as a table or a plot.* `DISTRIBUTION`: Map, as a histogram, the distribution of values for a facet.", "enum": ["LOG", "TOP_FACETS", "FACET_VALUES", "PLOT", "PQ", "DISTRIBUTION"], "type": "string", "example": "LOG"}, "startTime": {"description": "Specifies start of the time range to query, using the same syntax as the Start and End fields in the query UI.You can also supply a simple timestamp, measured in seconds, milliseconds, or nanoseconds since 1/1/1970.The default is to query the last 24 hours. If you specify startTime but not endTime, the query covers 24 hours beginning at the startTime. If you specify endTime but not startTime, the query covers 24 hours ending at the endTime.", "type": "string", "example": "2h"}, "tenant": {"description": "If true, the query will be executed against all accounts in the tenant.If undefined, the query will be executed against the accounts specified in `teamEmails` or `accountIds`.False is not supported yet.", "type": "boolean", "example": true}, "topFacets": {"$ref": "#/definitions/v2_1.long_running_query.schemas_TopFacetsAttributes"}}, "required": ["queryType"], "title": "LaunchQueryRequestBody", "type": "object"}}], "responses": {"200": {"description": "Query launched successfully.", "headers": {"X-Dataset-Query-Forward-Tag": {"description": "routing header that needs to be applied to the subsequent poll and delete requests", "type": "string"}}, "schema": {"$ref": "#/definitions/v2_1.long_running_query.schemas_QueryResult"}}}, "description": "Returns a `QueryResult` containing the query identifier, status, and, if the query completes immediately, the full result set in the `data` field. If the query is still processing, the `data` field will be null. Use the returned query id to poll the query via GET `/v2/api/queries/{id}` until results are available. The API rate limit is 100 requests per second. Log queries have a default limit of 1000 events but by paginating can be used to return essentially unlimited results. Power query results are subject to the standard power query limits on row count and memory consumption. A successful response will also include a X-Dataset-Query-Forward-Tag header that must be applied to the subsequent Poll and Delete requests for routing. Authorization is accomplished via a Bearer service token in the request header. Service tokens are not tied to a specific user. Learn more about service users here: https://community.sentinelone.com/s/article/000005290. Due to limitations, clicking \"Run on console\" may not work as expected, and the \"Body Sample\" may not be accurate because of polymorphism in the body. Refer to the \"Body Schema\" instead. Only one set of attributes like `log` or `pq` should be supplied, depending on the specified `queryType`.", "operationId": "_sdl_v2_api_queries_post", "summary": "Launch a query"}}, "/sdl/v2/api/queries/{id}": {"get": {"tags": ["Long Running Query"], "x-s1-required-permissions": ["Skylight Query API.view"], "x-s1-optional-permissions": null, "produces": ["application/json"], "parameters": [{"description": "The unique query identifier", "in": "path", "name": "id", "required": true, "type": "string"}, {"description": "The step to start return result from", "in": "query", "name": "lastStepSeen", "required": true, "type": "integer"}, {"description": "routing header", "in": "header", "name": "X-Dataset-Query-Forward-Tag", "required": true, "type": "string"}], "responses": {"200": {"description": "Results retrieved successfully.", "schema": {"$ref": "#/definitions/v2_1.long_running_query.schemas_QueryResult"}}, "404": {"description": "If no launched query found for the combination of query id + current account"}}, "description": "Poll a previously launched query by its unique identifier. Responses will return a `QueryResult`. If the query has not yet completed, the `data` field will be null. Once the query completes, `data` will contain the full result set (up to configured limits). It is recommended to poll every second; queries expire after the configured TTL (default 30 seconds). The X-Dataset-Query-Forward-Tag header value from the launch query response must be applied for routing. Authorization is accomplished via a Bearer service token in the request header. Service tokens are not tied to a specific user. Learn more about service users here: https://community.sentinelone.com/s/article/000005290. Due to limitations, clicking \"Run on console\" may not work as expected", "operationId": "_sdl_v2_api_queries_{id}_get", "summary": "Poll query"}, "delete": {"tags": ["Long Running Query"], "x-s1-required-permissions": ["Skylight Query API.view"], "x-s1-optional-permissions": null, "parameters": [{"description": "The unique query identifier", "in": "path", "name": "id", "required": true, "type": "string"}, {"description": "routing header", "in": "header", "name": "X-Dataset-Query-Forward-Tag", "required": true, "type": "string"}], "responses": {"204": {"description": "Query has been removed successfully"}}, "description": "Remove query from the list of launched queries. Clients are required to call this after their query is complete. Subsequent polls using specified token will return not found response. The X-Dataset-Query-Forward-Tag header value from the launch query response must be applied for routing. Authorization is accomplished via a Bearer service token in the request header. Service tokens are not tied to a specific user. Learn more about service users here: https://community.sentinelone.com/s/article/000005290. Due to limitations, clicking \"Run on console\" may not work as expected", "operationId": "_sdl_v2_api_queries_{id}_delete", "summary": "Delete query"}}, "/web/api/v2.1/mobile-integration/provisioning/partner-key": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_PartnerKeyRequestWrapper"}}], "responses": {"403": {"description": "403 - You do not have authorization to complete request.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "201": {"description": "Partner key persisted successfully."}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Persists MSSP partner key - client ID and secret - for future customer provisioning.", "summary": "Provision - Persist MSSP partner key", "consumes": ["application/json"], "x-s1-required-permissions": ["Mobile Integrations.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_partner-key_post"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_PartnerKeyRequestWrapper"}}], "responses": {"404": {"description": "404 - Partner key not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "403 - You do not have authorization to complete request.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "201": {"description": "Partner key updated successfully."}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Updates MSSP partner key - client ID and secret - for future customer provisioning.", "summary": "Provision - Update MSSP partner key", "consumes": ["application/json"], "x-s1-required-permissions": ["Mobile Integrations.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_partner-key_put"}, "get": {"parameters": [{"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Partner key retrieved successfully.", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_PartnerKeyItem_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Gets MSSP partner key by scope", "summary": "Provision - Get MSSP partner key", "x-s1-required-permissions": ["Mobile Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_partner-key_get"}}, "/web/api/v2.1/mobile-integration/provisioning/partner-key/{client_id}": {"delete": {"parameters": [{"in": "path", "name": "client_id", "required": true, "type": "string", "description": "Client id"}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_DeletePartnerKeyRequestSchema"}}], "responses": {"404": {"description": "Partner key not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "204": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Provision - Delete MSSP partner key", "summary": "Deletes MSSP partner key by client ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Mobile Integrations.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_partner-key_{client_id}_delete"}}, "/web/api/v2.1/mobile-integration/provisioning/tenant": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_ProvisionWithUserRequestWrapper"}}], "responses": {"403": {"description": "403 - You do not have authorization to complete request.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "201": {"description": "Tenant provisioned and admin user created"}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Provision a new tenant and create an admin user for the tenant account", "summary": "Provision - Provision tenant with admin user", "consumes": ["application/json"], "x-s1-required-permissions": ["Mobile Integrations.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_tenant_post"}, "get": {"parameters": [{"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Tenant retrieved", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_TenantWithUsersResponse_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Gets tenant with users by scope", "summary": "Provision - Get tenant with users", "x-s1-required-permissions": ["Mobile Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_tenant_get"}}, "/web/api/v2.1/mobile-integration/provisioning/can-provision-tenant": {"get": {"parameters": [{"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Tenant retrieved", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_CanProvisionTenant_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Checks if tenant can be provisioned by scope", "summary": "Provision - Check if tenant can be provisioned", "x-s1-required-permissions": ["Mobile Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_provisioning_can-provision-tenant_get"}}, "/web/api/v2.1/mobile-integration/mssp-provisioning/partner": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_ProvisionWithUserRequestWrapper"}}], "responses": {"403": {"description": "403 - You do not have authorization to complete request.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "201": {"description": "MSSP partner provisioned and admin user created"}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Provision a new MSSP partner and create an admin user for the partner account", "summary": "Provision - Provision MSSP partner with admin user", "consumes": ["application/json"], "x-s1-required-permissions": ["Mobile Integrations.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_mssp-provisioning_partner_post"}, "get": {"parameters": [{"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "MSSP partner retrieved", "schema": {"$ref": "#/definitions/v2_1.provisioning.schemas_MSSPWithUsersResponse_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Gets MSSP partner with the first admin user by scope", "summary": "Provision - Get MSSP partner with admin user", "x-s1-required-permissions": ["Mobile Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_mssp-provisioning_partner_get"}}, "/web/api/v2.1/mobile-integration/devices": {"get": {"parameters": [{"in": "query", "name": "privileges__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include devices only with given privileges. Example: \"none\".", "items": {"type": "string", "enum": ["none", "rooted", "jailbroken"]}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "model__contains", "required": false, "type": "string", "description": "Include devices by models that contain text"}, {"in": "query", "name": "trackingId1__contains", "required": false, "type": "string", "description": "Include devices by external tracking IDs that contain text"}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osVersion__contains", "required": false, "type": "string", "description": "Include devices by os version that contain text"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "user__contains", "required": false, "type": "string", "description": "Include devices by users that contain text"}, {"in": "query", "name": "trackingId2__contains", "required": false, "type": "string", "description": "Include devices by another external tracking IDs that contain text"}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "platform__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include devices only of given platforms. Example: \"android\".", "items": {"type": "string", "enum": ["android", "ios", "chrome_os"]}}, {"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "appVersion__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include devices with given app versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}}, {"in": "query", "name": "healthState__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include devices only with given health state. Example: \"normal\".", "items": {"type": "string", "enum": ["normal", "low", "medium", "high", "critical", "not_activated"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "appVersion", "registeredOn", "lastActiveOn", "healthState"]}, {"in": "query", "name": "deviceId__contains", "required": false, "type": "string", "description": "Include devices by device IDs that contain text"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.devices.schemas_DeviceDataSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Devices - Get list devices for specific scope", "summary": "Devices - Get list of devices for specific scope", "x-s1-required-permissions": ["Mobile Endpoints.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_devices_get"}}, "/web/api/v2.1/mobile-integration/incidents": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "user__contains", "required": false, "type": "string", "description": "Include incidents by user email that contain text"}, {"in": "query", "name": "deviceId__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incidents only of given device ids. Example: \"a,b,c,-,1,2,3,-,4,5,6\".", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "statusAction__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incident only of given status actions. Example: \"conditional_access\".", "items": {"type": "string", "enum": ["conditional_access", "user_notified", "not_mitigated", "policy_block", "no_action_taken"]}}, {"in": "query", "name": "incidentStatus__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incident only of given incident statuses. Example: \"unresolved\".", "items": {"type": "string", "enum": ["unresolved", "in_progress", "resolved"]}}, {"in": "query", "name": "severity__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incident only of given severities. Example: \"low\".", "items": {"type": "string", "enum": ["low", "medium", "high", "critical"]}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "analystVerdict__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incident only of given analyst verdicts. Example: \"true_positive\".", "items": {"type": "string", "enum": ["true_positive", "false_positive", "suspicious", "undefined"]}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "status__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incident only of given statuses. Example: \"not_mitigated\".", "items": {"type": "string", "enum": ["not_mitigated", "mitigated", "admin_resolved", "conditional_access"]}}, {"in": "query", "name": "kind__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Include incidents only of given kinds. Example: \"t,h,r,e,a,t\".", "items": {"type": "string", "enum": ["threat", "alert"]}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "reportedTime", "severity", "status"]}, {"in": "query", "name": "deviceId__contains", "required": false, "type": "string", "description": "Include incidents by device IDs that contain text"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.incidents.schemas_ListIncidentsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Mobile Integration"], "produces": ["application/json"], "description": "Incidents - Get list of incidents", "summary": "Incidents - Get list of incidents", "x-s1-required-permissions": ["Mobile Alerts.view", "Mobile Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_mobile-integration_incidents_get"}}, "/web/api/v2.1/ranger/table-view": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["osType", "osName", "id", "deviceType", "osVersion", "managedState", "manufacturer", "firstSeen", "lastSeen", "subnetAddress", "gatewayMacAddress", "macAddress", "localIp", "externalIp", "archived", "networkName", "deviceReview", "domain", "hasUserLabel"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osType", "type": "string", "description": "OS type", "x-nullable": true, "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "period", "type": "string", "default": "latest", "enum": ["latest", "last12h", "last24h", "last3d", "last7d"], "description": "Period. Example: \"latest\".", "required": false}, {"in": "query", "name": "osName", "type": "string", "description": "Os name", "required": false}, {"in": "query", "name": "osVersion", "type": "string", "description": "Os version", "required": false}, {"in": "query", "name": "localIp", "type": "string", "description": "Search using local IP", "required": false}, {"in": "query", "name": "externalIp", "type": "string", "description": "Search using external IP", "required": false}, {"in": "query", "name": "networkName", "type": "string", "description": "Search using network name", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of device ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceType", "type": "string", "description": "Device type. Example: \"Server/Workstation/...\".", "required": false}, {"in": "query", "name": "deviceTypes", "type": "array", "maxItems": 5000, "description": "Device types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress", "type": "string", "description": "A mac address to search for", "required": false}, {"in": "query", "name": "gatewayMacAddress", "type": "string", "description": "A gateway mac address to search for", "required": false}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteNames", "type": "array", "maxItems": 5000, "description": "Included site names. Example: \"Office,Test\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firstSeen__lt", "type": "string", "format": null, "description": "Devices first seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__lte", "type": "string", "format": null, "description": "Devices first seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gt", "type": "string", "format": null, "description": "Devices first seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gte", "type": "string", "format": null, "description": "Devices first seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__between", "type": "string", "description": "Date range refor first seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "lastSeen__lt", "type": "string", "format": null, "description": "Devices last seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__lte", "type": "string", "format": null, "description": "Devices last seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gt", "type": "string", "format": null, "description": "Devices last seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gte", "type": "string", "format": null, "description": "Devices last seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__between", "type": "string", "description": "Date range for last seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "List of agent ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "managedState", "type": "string", "description": "Is the device managed", "required": false}, {"in": "query", "name": "managedStates", "type": "array", "maxItems": 5000, "description": "Is the device managed", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer", "type": "string", "description": "Manufacturer of the device or network interface", "required": false}, {"in": "query", "name": "discoveryMethods", "type": "array", "maxItems": 5000, "description": "Discovery methods", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "knownFingerprintingData", "type": "array", "maxItems": 5000, "description": "Known fingerprinting data. Example: \"Manufacturer\".", "items": {"type": "string", "enum": ["Manufacturer", "Hostname", "OS version", "MAC Address"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames", "type": "array", "maxItems": 5000, "description": "Hostnames", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceReviews", "type": "array", "maxItems": 5000, "description": "The device review state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by visible IP (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "localIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by IP Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "subnetAddress__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by Subnet Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by manufacturer (supports multiple values). Example: \"Company\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gatewayMacAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by gateway mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tcpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by tcp port (supports multiple values). Example: \"80,24\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "udpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by udp port (supports multiple values). Example: \"137,2002\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames__contains", "type": "array", "maxItems": 50, "description": "Free-text filter by hostname (supports multiple values). Example: \"s1_host,SomeHost\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkName__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by network name (supports multiple values). Example: \"Office\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceFunction__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by device function (supports multiple values). Example: \"security,mobile\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by tag name (supports multiple values). Example: \"iot\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_RangerTableViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Get the data for each row in the Network Discovery Device Inventory Table. Best practice: Set filters. Each row is a set of parameters that quickly fills the pagination limits.", "summary": "Get Network Discovery Table", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_table-view_get"}}, "/web/api/v2.1/ranger/report/csv": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osType", "type": "string", "description": "OS type", "x-nullable": true, "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "period", "type": "string", "default": "latest", "enum": ["latest", "last12h", "last24h", "last3d", "last7d"], "description": "Period. Example: \"latest\".", "required": false}, {"in": "query", "name": "osName", "type": "string", "description": "Os name", "required": false}, {"in": "query", "name": "osVersion", "type": "string", "description": "Os version", "required": false}, {"in": "query", "name": "localIp", "type": "string", "description": "Search using local IP", "required": false}, {"in": "query", "name": "externalIp", "type": "string", "description": "Search using external IP", "required": false}, {"in": "query", "name": "networkName", "type": "string", "description": "Search using network name", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of device ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceType", "type": "string", "description": "Device type. Example: \"Server/Workstation/...\".", "required": false}, {"in": "query", "name": "deviceTypes", "type": "array", "maxItems": 5000, "description": "Device types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress", "type": "string", "description": "A mac address to search for", "required": false}, {"in": "query", "name": "gatewayMacAddress", "type": "string", "description": "A gateway mac address to search for", "required": false}, {"in": "query", "name": "domains", "type": "array", "maxItems": 5000, "description": "Included network domains. Example: \"mybusiness,workgroup\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteNames", "type": "array", "maxItems": 5000, "description": "Included site names. Example: \"Office,Test\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "firstSeen__lt", "type": "string", "format": null, "description": "Devices first seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__lte", "type": "string", "format": null, "description": "Devices first seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gt", "type": "string", "format": null, "description": "Devices first seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gte", "type": "string", "format": null, "description": "Devices first seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__between", "type": "string", "description": "Date range refor first seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "lastSeen__lt", "type": "string", "format": null, "description": "Devices last seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__lte", "type": "string", "format": null, "description": "Devices last seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gt", "type": "string", "format": null, "description": "Devices last seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gte", "type": "string", "format": null, "description": "Devices last seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__between", "type": "string", "description": "Date range for last seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "List of agent ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "managedState", "type": "string", "description": "Is the device managed", "required": false}, {"in": "query", "name": "managedStates", "type": "array", "maxItems": 5000, "description": "Is the device managed", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer", "type": "string", "description": "Manufacturer of the device or network interface", "required": false}, {"in": "query", "name": "discoveryMethods", "type": "array", "maxItems": 5000, "description": "Discovery methods", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "knownFingerprintingData", "type": "array", "maxItems": 5000, "description": "Known fingerprinting data. Example: \"Manufacturer\".", "items": {"type": "string", "enum": ["Manufacturer", "Hostname", "OS version", "MAC Address"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames", "type": "array", "maxItems": 5000, "description": "Hostnames", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceReviews", "type": "array", "maxItems": 5000, "description": "The device review state", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by visible IP (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "localIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by IP Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "subnetAddress__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by Subnet Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by manufacturer (supports multiple values). Example: \"Company\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gatewayMacAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by gateway mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tcpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by tcp port (supports multiple values). Example: \"80,24\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "udpPorts__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by udp port (supports multiple values). Example: \"137,2002\".", "items": {"type": "integer", "minimum": 0, "maximum": 65535}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames__contains", "type": "array", "maxItems": 50, "description": "Free-text filter by hostname (supports multiple values). Example: \"s1_host,SomeHost\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "networkName__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by network name (supports multiple values). Example: \"Office\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceFunction__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by device function (supports multiple values). Example: \"security,mobile\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by tag name (supports multiple values). Example: \"iot\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Export Network Discovery data to csv. You can set filters to get only relevant data. The response sends the csv data as text.", "summary": "Export Network Discovery Data", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_report_csv_get"}}, "/web/api/v2.1/ranger/{inventory_id}/json": {"get": {"parameters": [{"in": "path", "name": "inventory_id", "type": "string", "x-minimum": "100000000000000000", "description": "Inventory ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_RawDataSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Get a json string with the Network Discovery data for one device, by ID in the Device Inventory Data.", "summary": "JSON Raw Data", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_{inventory_id}_json_get"}}, "/web/api/v2.1/ranger/{inventory_id}/json/export": {"get": {"parameters": [{"in": "path", "name": "inventory_id", "type": "string", "x-minimum": "100000000000000000", "description": "Inventory ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Export the raw data for one device, by its ID in the Device Inventory Data. To get the ID, run ranger/table-view (see Get Network Discovery Table). Use this command to get data for Support.", "summary": "Export JSON Raw Data", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_{inventory_id}_json_export_get"}}, "/web/api/v2.1/ranger/settings": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_RangerSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Network Discovery gives full visibility of all devices connected to your network. Network Discovery scans your corporate environment to identify and manage connected devices, even those not protected by or supported by SentinelOne. Network Discovery identifies devices as:
* Secured - End-user computer or laptop, or server, with a SentinelOne Agent.
* Unsecured - Endpoint of supported hardware and OS, without an Agent.
* Unsupported - Hardware or software that are not compatible with the SentinelOne Agent.
* Unknown - Network Discovery cannot determine if the device is Unsecured or Unsupported.
When you install Windows Agents with Network Discovery, the Agents can become scanners. Selected scanners from networks that you enable for scanning find connected devices with passive and active scan techniques. The scanners send the collected data to Network Discovery on the Management. Network Discovery then runs fingerprinting to identify and classify unique devices and to update the Device Inventory Table in the Management Console. With port scanning, it is important that you understand the legal and ethical considerations and that you document a Network Discovery plan and implementation. See https://support.sentinelone.com/hc/en-us/articles/360041484913 > Legal Considerations and Proper Implementation.
Requirements: Network Discovery license, Cloud-based Management (not supported for On-Prem), Global user or Account user with scope access to the Account with a Network Discovery license.
Use this command to get the Network Discovery Settings for the Account of the given ID (run \"accounts\" to get an Account ID). The Response shows if Network Discovery is enabled on the Account, the protocols and ports of the scans, and more:
* minAgentsInNetworkToScan - To help you determine which networks are corporate, Network Discovery looks at the number of secured endpoints (Agents) in a network. If there are not enough Agents in a network - set by this parameter value - Network Discovery considers the network to be non-corporate and will not scan it.
* scanOnlyLocalSubnets - If false, Network Discovery scans remote subnets that do not have online Network Discovery scanners. This will create network traffic through the corporate firewall (and between different corporate locations), which can impact network performance.
* usePeriodicSnapshots - A complete scan includes scanner port scanning and Network Discovery AI analysis of the scanner data to update the Device Inventory Snapshot. If this setting is true, Network Discovery runs a new scan on an interval. If snapshotPeriod is shorter, the data is more accurate. If longer, there is better performance.", "summary": "Get Network Discovery Settings", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_settings_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_PutRangerSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_RangerSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Change the Network Discovery Settings. Best Practice: Get the current settings before you change them. See: Get Network Discovery Settings.", "summary": "Update Network Discovery Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageNetworkDiscoverySettings"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_settings_put"}}, "/web/api/v2.1/ranger/device-review": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_DeviceReviewSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Change the review state of more than one device.", "summary": "Change Device Review in Bulk", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.applyDeviceReview"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_device-review_post"}}, "/web/api/v2.1/ranger/device-review/{inventory_id}": {"put": {"parameters": [{"in": "path", "name": "inventory_id", "type": "string", "x-minimum": "100000000000000000", "description": "Inventory ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_DeviceReviewSchemaPut"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_RangerTableViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Change the review state of one device.", "summary": "Change Device Review", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.applyDeviceReview"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_device-review_{inventory_id}_put"}}, "/web/api/v2.1/ranger/tags": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_DeviceTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery"], "produces": ["application/json"], "description": "Change the device tags.", "summary": "Change Device Tags", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageDeviceTags"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_tags_post"}}, "/web/api/v2.1/ranger/enablement": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["siteName", "activeAgents", "rangerProEnabled", "roguesEnabled", "rangerEnabled"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "id", "type": "string", "x-minimum": "100000000000000000", "description": "The enablement id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "activeAgents", "type": "integer", "description": "The number of non-decommissioned agents in the site", "required": false}, {"in": "query", "name": "rangerProEnabled", "type": "boolean", "description": "[DEPRECATED]. Use rangerEnabled instead. Network Discovery Pro Enabled true/false", "required": false}, {"in": "query", "name": "rangerEnabled", "type": "boolean", "description": "Network Discovery Enabled true/false", "required": false}, {"in": "query", "name": "roguesEnabled", "type": "boolean", "description": "Unprotected Endpoints Discovery Enabled true/false", "required": false}, {"in": "query", "name": "activeAgents__lt", "type": "integer", "description": "Agent count (less than)", "required": false}, {"in": "query", "name": "activeAgents__lte", "type": "integer", "description": "Agent count (less than or equal)", "required": false}, {"in": "query", "name": "activeAgents__gt", "type": "integer", "description": "Agent count (more than)", "required": false}, {"in": "query", "name": "activeAgents__gte", "type": "integer", "description": "Agent count (more than or equal)", "required": false}, {"in": "query", "name": "activeAgents__between", "type": "string", "description": "Agent count (between). Example: \"2-8\".", "required": false}, {"in": "query", "name": "siteName", "type": "string", "description": "The site name", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of ids to get. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteName__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by site name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery Self Enablement"], "produces": ["application/json"], "description": "[DEPRECATED] Use the Update Account, Get Account, Get Sites, or the Update Site Add-ons APIs instead.", "summary": "Get Self Enablement", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_enablement_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.enablement.schemas_UpdateSelfEnablementFeaturesSchema"}}], "responses": {"404": {"description": "", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery Self Enablement"], "produces": ["application/json"], "description": "[DEPRECATED] Use the Update Account, Get Account, Get Sites, or the Update Site Add-ons APIs instead.", "summary": "Change Network Discovery or Unprotected Endpoints Discovery Features", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_enablement_post"}}, "/web/api/v2.1/ranger/enable-self-management": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.enablement.schemas_UpdateEnablementPostSchema"}}], "responses": {"404": {"description": "", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery Self Enablement"], "produces": ["application/json"], "description": "[DEPRECATED] Use the Update Account, Get Account, Get Sites, or the Update Site Add-ons APIs instead.", "summary": "Change the Self-Enablement for Accounts", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_enable-self-management_post"}}, "/web/api/v2.1/ranger/enablement/defaults": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery Self Enablement"], "produces": ["application/json"], "description": "[DEPRECATED] Use the Update Account, Get Account, Get Sites, or the Update Site Add-ons APIs instead..", "summary": "Features Configuration for New Sites", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_enablement_defaults_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.enablement.schemas_UpdateSelfEnablementFeaturesSchema"}}], "responses": {"404": {"description": "", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Discovery Self Enablement"], "produces": ["application/json"], "description": "[DEPRECATED] Use the Update Account, Get Account, Get Sites, or the Update Site Add-ons APIs instead.", "summary": "Change Feature Defaults for New Sites", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_enablement_defaults_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}": {"get": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "action", "status", "order"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on name, tag, application, protocol", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only firewall rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applications", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered firewall class.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Return firewall rules with the filtered name.", "required": false}, {"in": "query", "name": "protocols", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered protocols.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered os_type. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "directions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered directions. Example: \"any\".", "items": {"type": "string", "enum": ["any", "inbound", "outbound"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return firewall rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return firewall rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return firewall rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return firewall rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return firewall rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Filter by associated locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "Filter by associated tags. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Rule name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Tag name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "application__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "protocol__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by protocol (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "service__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by service (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Get the Firewall Control rules for a scope specified by ID (run \"accounts\", \"sites, \"groups\", or set \"tenant\" to \"true\") that match the filter.
The response will be quite long because it includes all the rule properties, thus at least one of these filters is required: action, status, osType, name, or scope ID.", "summary": "Get Firewall Rules", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_get"}, "post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_PostFirewallSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Create a Firewall Control rule for a scope specified by ID (run \"accounts\", \"sites\", \"groups\", or set \"tenant\" to \"true\") and specific OS, to allow or block network traffic to matching endpoints.
You can create one clean-up rule, with the Action of Allow or Block and with no other parameters defined explicitly. Make this the default rule at the end of your rule list. Traffic that does not match other rules first will match this rule. If you do not have a clean-up rule to match all traffic, the default Firewall Control behavior is to allow traffic that is not explicitly blocked.
Firewall Control requires Control SKU.", "summary": "Create Firewall Rule", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_post"}, "put": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "x-minimum": "100000000000000000", "description": "Rule ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_PutFirewallSchema"}}], "responses": {"404": {"description": "Firewall rule not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Firewall Control"], "produces": ["application/json"], "description": "Change a Firewall Control rule.
This command requires the rule ID, which you can get from \"firewall-control\" (see Get Firewall Rules) or \"firewall-control/unscoped\" (see Get Unscoped Rules).", "summary": "Update Firewall Rule", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_put"}, "delete": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_RuleDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Delete Firewall Control rules that match the filter.", "summary": "Delete Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_delete"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/copy-rules": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Copy a set of rules to other scopes.
In the filter of the body, enter the properties to define the source. In the data field of the body, define the targets by ID. To get a scope ID, run 'accounts', 'sites', or 'groups'.", "summary": "Copy Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_copy-rules_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/move-rules": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_CopyRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Remove Firewall Rules, defined with the ID of the rules (run 'firewall-control'), from scopes specified by ID (run 'accounts', 'sites', or 'groups') and add the rules to the scope IDs in the data field.
Firewall Control requires Control SKU.", "summary": "Move Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_move-rules_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/set-location": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_SetLocationSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Set location attributes for a Location Aware Firewall Control rule. These rules are applied by Agents only if the network parameters of the endpoint match the properties of the location definition. To get a Location ID, run \"locations\".
Firewall Control requires Control SKU.", "summary": "Set Location", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_set-location_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/reorder": {"put": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ReorderSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Change the order of rules for a scope specified by ID (run \"accounts\", \"sites\", or \"groups\").
The Agent looks at the rules based on their order in the Firewall Control policy, from the top to the bottom. First it goes through the Group rules, then the Site rules, then the Account rules, then the Global rules. When the Agent finds a rule that matches the parameters of the traffic, that rule is applied. The Agent does not continue to the lower rules in the list. Thus, the scope and the order of the rules is important.
Firewall Control requires Control SKU.", "summary": "Reorder Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_reorder_put"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/configuration": {"get": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Get the Firewall Control configuration for a given scope.
To filter the results for a scope:
* Global - Make sure \"tenant\" is \"true\" and no other scope ID is given.
* Account - Make sure \"tenant\" is \"false\" and at least one Account ID is given.
* Site - Make sure \"tenant\" is \"false\" and at least one Site ID is given.
The response shows if Firewall Control is enabled for the scope, if Location Awareness is enabled, the higher scope from which this scope inherited the configuration, and whether a lower scope inherits this configuration.
Firewall Control requires Control SKU.", "summary": "Get Configuration", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_configuration_get"}, "put": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_PostFirewallSettingsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_FirewallSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Change the Firewall Control configuration for a given scope.
To get the ID of a scope, run \"accounts\", \"sites\", or \"groups\". To change the Global configuration, leave the filters empty and set \"tenant\" to \"true\". In the Body, you can set if Firewall Control is enabled for the scope, if Location Awareness is enabled, the higher scope from which this scope inherits the configuration (\"Global\" or a scope ID), whether the lower scopes inherit this configuration, and whether blocked actions are reported.
Firewall Control requires Control SKU.", "summary": "Update Configuration", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.modifySettings(preferencesTab)", "Network Quarantine Control.modifySettings(preferencesTab)", "Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_configuration_put"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/export": {"get": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on name, tag, application, protocol", "required": false}, {"in": "query", "name": "scopes", "type": "array", "maxItems": 5000, "description": "Return only firewall rules in this scope. Example: \"site\".", "items": {"type": "string", "enum": ["site", "global", "account", "group"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "applications", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered firewall class.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Return firewall rules with the filtered name.", "required": false}, {"in": "query", "name": "protocols", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered protocols.", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered os_type. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "directions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered directions. Example: \"any\".", "items": {"type": "string", "enum": ["any", "inbound", "outbound"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "actions", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered action. Example: \"Allow\".", "items": {"type": "string", "enum": ["Allow", "Block"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statuses", "type": "array", "maxItems": 5000, "description": "Return firewall rules with the filtered status. Example: \"Enabled\".", "items": {"type": "string", "enum": ["Enabled", "Disabled"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return firewall rules created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return firewall rules created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return firewall rules created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return firewall rules created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return firewall rules created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "locationIds", "type": "array", "maxItems": 5000, "description": "Filter by associated locations. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagIds", "type": "array", "maxItems": 5000, "description": "Filter by associated tags. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Rule name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tagName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the Tag name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "application__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by application (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "protocol__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by protocol (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "service__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by service (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Export Firewall Control rules that match the filter to a JSON file from a scope specified by ID (run \"accounts\", \"sites\", \"groups\", or leave the scope empty and set \"tenant\" to \"true\") and import them to another scope (with the \"import\" command.
Firewall Control requires Control SKU.", "summary": "Export Rules", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_export_get"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/import": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "formData", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "formData", "name": "file", "type": "file", "description": "File", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Import Firewall Control rules from an exported JSON file to scopes specified by ID (run \"accounts\", \"sites\", \"groups\", or leave the scope empty and set \"tenant\" to \"true\").
Firewall Control requires Control SKU, in the target and in the source.", "summary": "Import Rules", "consumes": ["multipart/form-data"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_import_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/enable": {"put": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_EnableRuleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Change the status of a set of Firewall Control rules that match the filter to \"Enabled\" or \"Disabled\". In one request, you can set one status or the other.", "summary": "Enable/Disable Rules", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_enable_put"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/protocols": {"get": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search on protocols", "required": false}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all rules for requested scope will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/firewall_control.schemas_ProtocolSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Get a list of protocols that can be used in Firewall Control rules.", "summary": "Get Protocols", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_protocols_get"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/add-tags": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ChangeRulesTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Create a Firewall Rule tag.
Create tags to represent Firewall policies - a set of rules in a specific order. After you create the tag, add rules to it.
Notes:
* Tags apply to a scope and cannot be linked to rules from different scopes.
* Tags must be 2 to 256 characters.", "summary": "Add Rule Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_add-tags_post"}}, "/web/api/v2.1/firewall-control/{firewall_rule_category}/remove-tags": {"post": {"parameters": [{"in": "path", "name": "firewall_rule_category", "type": "string", "description": "To affect Network Quarantine use network-quarantine", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/firewall_control.schemas_ChangeRulesTagsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Network Quarantine Control"], "produces": ["application/json"], "description": "Remove firewall tags from rules matching the filter.
Tags represent Firewall policies - a set of rules in a specific order. When you remove a rule with a tag, all scopes that subscribe to the tag get the change.", "summary": "Remove Rule Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags"], "operationId": "_web_api_firewall-control_{firewall_rule_category}_remove-tags_post"}}, "/web/api/v2.1/detection-library/rules": {"get": {"parameters": [{"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Statuses. Example: \"Activating\".", "items": {"type": "string", "enum": ["Activating", "Active", "Disabling", "Disabled"]}}, {"in": "query", "name": "categories", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Categories. Example: \"Events\".", "items": {"type": "string", "enum": ["Events", "Correlation", "UEBAFirstSeen", "Scheduled"]}}, {"in": "query", "name": "customRuleIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "custom rule ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by All fields(name, description, query content). You can enter multiple values, separated by commas. Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Severities. Example: \"Low\".", "items": {"type": "string", "enum": ["Low", "Medium", "High", "Critical", "Info"]}}, {"in": "query", "name": "siteIds", "required": false, "type": "string", "minimum": 100000000000000000, "description": "site scope level id. Example: \"225494730938493804\"."}, {"in": "query", "name": "description__contains", "required": false, "type": "string", "description": "To filter by a substring of the rule description"}, {"in": "query", "name": "hideQuery", "required": false, "type": "string", "description": "To filter by hideQuery of the rule params. Example: \"Shown\".", "enum": ["Shown", "Hidden"]}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "sources", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "s1ql__contains", "required": false, "type": "string", "description": "To filter by a substring of the query content"}, {"in": "query", "name": "mitreTactics", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "accountIds", "required": false, "type": "string", "minimum": 100000000000000000, "description": "account scope level id. Example: \"225494730938493804\"."}, {"in": "query", "name": "attackSurfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by attack surfaces associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 100000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "name__contains", "required": false, "type": "string", "description": "To filter by a substring of the rule name"}, {"in": "query", "name": "platformRuleIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "platform rule ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["name", "status", "severity", "description", "category", "generatedAlerts", "raisedIssues", "lastAlertTime", "attackSurfaces"]}], "responses": {"404": {"description": "Managed Detection Rules not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformRuleDetailsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Return Catalog Rules for the given scope", "summary": "Get Managed Detection Rules", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_rules_get"}}, "/web/api/v2.1/detection-library/platform-rules": {"get": {"parameters": [{"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Statuses. Example: \"Activating\".", "items": {"type": "string", "enum": ["Activating", "Active", "Disabling", "Disabled"]}}, {"in": "query", "name": "attackSurfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by attack surfaces associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "description__contains", "required": false, "type": "string", "description": "To filter by a substring of the rule description"}, {"in": "query", "name": "ruleNameSubstring", "required": false, "type": "string", "description": "To filter by a substring of the rule name"}, {"in": "query", "name": "s1ql__contains", "required": false, "type": "string", "description": "To filter by a substring of the query content"}, {"in": "query", "name": "excludeIds", "required": false, "collectionFormat": "csv", "type": "array", "x-nullable": true, "maxItems": 5000, "description": "List of entity ids to exclude from select_all. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "scopeLevel", "required": false, "type": "string", "description": "To filter by scope, enter one or more scopes, separated by commas. Example: \"global\".", "enum": ["global", "group", "account", "site"]}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "scopeId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "The Account, Site, or Group ID, depending on the scope. Null if the scope is Global. Example: \"225494730938493804\"."}, {"in": "query", "name": "mitreTactics", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "sources", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "platformRuleIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "platform rule ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Severities. Example: \"Low\".", "items": {"type": "string", "enum": ["Low", "Medium", "High", "Critical", "Info"]}}], "responses": {"404": {"description": "Managed Detection Rules not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformRuleDetailsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Return Managed Detection Rules for the given scope", "summary": "Get Managed Detection Rules", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_platform-rules_get"}}, "/web/api/v2.1/detection-library/template-rules": {"get": {"parameters": [{"in": "query", "name": "statuses", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Statuses. Example: \"Activating\".", "items": {"type": "string", "enum": ["Activating", "Active", "Disabling", "Disabled"]}}, {"in": "query", "name": "attackSurfaces", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by attack surfaces associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "description__contains", "required": false, "type": "string", "description": "To filter by a substring of the rule description"}, {"in": "query", "name": "ruleNameSubstring", "required": false, "type": "string", "description": "To filter by a substring of the rule name"}, {"in": "query", "name": "s1ql__contains", "required": false, "type": "string", "description": "To filter by a substring of the query content"}, {"in": "query", "name": "excludeIds", "required": false, "collectionFormat": "csv", "type": "array", "x-nullable": true, "maxItems": 5000, "description": "List of entity ids to exclude from select_all. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "scopeLevel", "required": false, "type": "string", "description": "To filter by scope, enter one or more scopes, separated by commas. Example: \"global\".", "enum": ["global", "group", "account", "site"]}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "scopeId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "The Account, Site, or Group ID, depending on the scope. Null if the scope is Global. Example: \"225494730938493804\"."}, {"in": "query", "name": "mitreTactics", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "sources", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "To filter by sources associated with the rule.", "items": {"type": "string"}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "platformRuleIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "platform rule ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "severities", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Severities. Example: \"Low\".", "items": {"type": "string", "enum": ["Low", "Medium", "High", "Critical", "Info"]}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_TemplateRuleDetailsSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Return Template Detection Rules for the given scope", "summary": "Get Template Detection Rules", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_template-rules_get"}}, "/web/api/v2.1/detection-library/platform-rules/enable": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformRuleSchemaWithValidation"}}], "responses": {"404": {"description": "Managed Detection Rule not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Enable a Managed Detection Rule creates a new rule and activates it.", "summary": "Enable a Managed Detection Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_platform-rules_enable_put"}}, "/web/api/v2.1/detection-library/platform-rules/disable": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformRuleSchemaWithValidation"}}], "responses": {"404": {"description": "Managed Detection Rule not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "summary": "Disable a Managed Detection Rule", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_platform-rules_disable_put"}}, "/web/api/v2.1/detection-library/rules/free-text-filters": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_FreeTextFilterResponseSchema_many_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get a metadata list of the available free-text filters", "summary": "Free-Text Filters", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_rules_free-text-filters_get"}}, "/web/api/v2.1/detection-library/platform-rules/settings": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformSettingsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformSettingsUpdateResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Update settings for Managed Detection Rules", "summary": "Update settings for Managed Detection Rules", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Rules.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_platform-rules_settings_put"}, "get": {"parameters": [{"in": "query", "name": "scopeId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "The Account or Site ID, depending on the scope. Null if the scope is Global. Example: \"225494730938493804\"."}, {"in": "query", "name": "scopeLevel", "required": true, "type": "string", "description": "Scope level. Example: \"global\".", "enum": ["global", "group", "account", "site"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.gdl.schemas_PlatformSettingsGetResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get settings for Managed Detection Rules for the given scope", "summary": "Get settings for Managed Detection Rules", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_platform-rules_settings_get"}}, "/web/api/v2.1/detection-library/surfaces": {"get": {"parameters": [], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get all Surfaces valid for Managed Detection Rules", "summary": "Get Surfaces", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_surfaces_get"}}, "/web/api/v2.1/detection-library/severities": {"get": {"parameters": [], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get Severities valid for Managed Detection Rules", "summary": "Get Severities", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_severities_get"}}, "/web/api/v2.1/detection-library/data-sources": {"get": {"parameters": [], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get Data Sources valid for Managed Detection Rules", "summary": "Get Data Sources", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_data-sources_get"}}, "/web/api/v2.1/detection-library/statuses": {"get": {"parameters": [], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Platform Detection Rules"], "produces": ["application/json"], "description": "Get all rule statuses valid for Managed Detection Rules", "summary": "Get Statuses", "x-s1-required-permissions": ["Custom Rules.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_detection-library_statuses_get"}}, "/web/api/v2.1/groups/{group_id}/policy": {"get": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Policy not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Get the policy of the Group given by ID. To get the ID of a Group, run \"groups\". See also: Get Policy.", "summary": "Group Policy", "x-s1-required-permissions": ["Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_groups_{group_id}_policy_get"}, "put": {"parameters": [{"in": "path", "name": "group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Group ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_TenantPolicySchema"}}], "responses": {"404": {"description": "Group not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Change the policy for the Group given by ID. Best practice: Get the policy of the Group before you attempt to change it. See also: Get Policy.", "summary": "Update Group Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": ["Remote Ops Forensics.view"], "operationId": "_web_api_groups_{group_id}_policy_put"}}, "/web/api/v2.1/sites/{site_id}/policy": {"get": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Policy not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Get the policy of the Site given by ID. To get the ID of a Site, run \"sites\". See also: Get Policy.", "summary": "Site Policy", "x-s1-required-permissions": ["Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_policy_get"}, "put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_TenantPolicySchema"}}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Change the policy for the Site given by ID. Best practice: Get the policy of the Site before you attempt to change it. See also: Get Policy.", "summary": "Update Site Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": ["Remote Ops Forensics.view"], "operationId": "_web_api_sites_{site_id}_policy_put"}}, "/web/api/v2.1/accounts/{account_id}/policy": {"get": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Policy not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Get the policy for the Account given by ID. To get the ID of an Account, run \"accounts\". See also: Get Policy.", "summary": "Account Policy", "x-s1-required-permissions": ["Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_accounts_{account_id}_policy_get"}, "put": {"parameters": [{"in": "path", "name": "account_id", "type": "string", "x-minimum": "100000000000000000", "description": "Account ID. You can get the ID from the Get accounts command. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_TenantPolicySchema"}}], "responses": {"404": {"description": "Account not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Change the policy for the Account given by ID. Best practice: Get the policy of the Account before you attempt to change it. See also: Get Policy.", "summary": "Update Account Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": ["Remote Ops Forensics.view"], "operationId": "_web_api_accounts_{account_id}_policy_put"}}, "/web/api/v2.1/tenant/policy": {"get": {"parameters": [], "responses": {"404": {"description": "Policy not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Get the Global policy. This is the default policy for your deployment. See also: Get Policy.", "summary": "Global Policy", "x-s1-required-permissions": ["Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_tenant_policy_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_TenantPolicySchema"}}], "responses": {"404": {"description": "Policy not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/policies_schemas_EnrichedPolicySchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Policies"], "produces": ["application/json"], "description": "Change the policy of your deployment. Best practice: Get the Global policy before you attempt to change it. See also: Get Policy. \r\n You must be a Global Admin user to change the Global Policy.", "summary": "Update Global Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": ["Remote Ops Forensics.view"], "operationId": "_web_api_tenant_policy_put"}}, "/web/api/v2.1/rbac/roles": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "description", "usersInRoles", "creator", "siteName", "createdAt", "updatedAt", "updatedBy", "accountName", "name"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Return RBAC role matching the name", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return RBAC roles created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return RBAC roles created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return RBAC roles created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return RBAC roles created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return RBAC roles created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Return RBAC roles updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Return RBAC roles updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Return RBAC roles updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Return RBAC roles updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Return RBAC roles updated within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on role name, and description", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of ids to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenancyIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Tenancies IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "creator", "type": "string", "description": "Email of the creating user", "required": false}, {"in": "query", "name": "creatorId", "type": "string", "x-minimum": "100000000000000000", "description": "Id of the creating user. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "updatedBy", "type": "string", "description": "Email of the updating user", "required": false}, {"in": "query", "name": "updatedById", "type": "string", "x-minimum": "100000000000000000", "description": "Id of the updating user. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "createdAt", "type": "string", "format": null, "description": "Created at. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt", "type": "string", "format": null, "description": "Updated at. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "description", "type": "string", "description": "Description", "required": false}, {"in": "query", "name": "accountName", "type": "string", "description": "Name of the account that contains the role", "required": false}, {"in": "query", "name": "siteName", "type": "string", "description": "Name of the site that contains the role", "required": false}, {"in": "query", "name": "includeParents", "type": "boolean", "default": true, "description": "Include parent scopes roles", "required": false}, {"in": "query", "name": "includeChildren", "type": "boolean", "default": false, "description": "Include child scopes roles", "required": false}, {"in": "query", "name": "predefinedRole", "type": "boolean", "description": "Filter only system/custom roles", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/rbac.schemas_FlatRoleWithAccountOrSiteName_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "See roles assigned to users that match the filter, a basic description of the roles, and the number of users for each role.
Role-Based Access Control (RBAC) has predefined roles. (Currently, customized roles are not supported.), This command gives the ID of the role, which you can use in other commands.", "summary": "Get All Roles", "x-s1-required-permissions": ["Roles.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rbac_roles_get"}}, "/web/api/v2.1/rbac/role/{role_id}": {"get": {"parameters": [{"in": "path", "name": "role_id", "type": "string", "x-minimum": "100000000000000000", "description": "Role ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Return RBAC role matching the name", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Return RBAC roles created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Return RBAC roles created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Return RBAC roles created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Return RBAC roles created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Return RBAC roles created within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Return RBAC roles updated before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Return RBAC roles updated after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Return RBAC roles updated before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Return RBAC roles updated after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__between", "type": "string", "description": "Return RBAC roles updated within this range (inclusive). Example: \"1514978764288-1514978999999\".", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on role name, and description", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/rbac.schemas_RolePermissions_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "With the ID of a role (see Get All Roles) you can see the permissions of that role.
The definition of a role can change in different scopes and SKUs. For example, an Admin role with the scope access of a Site does not have Network Discovery permissions, but an IT role with the scope access of an Account with a Network Discovery license does have permissions on Network Discovery.
The Response shows role permissions to see views in the WebUI and to use Console features.", "summary": "Get Specific Role Definition", "x-s1-required-permissions": ["Roles.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rbac_role_{role_id}_get"}, "put": {"parameters": [{"in": "path", "name": "role_id", "type": "string", "x-minimum": "100000000000000000", "description": "Role ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/rbac.schemas_RbacUpdateRoleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/rbac.schemas_RolePermissions_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "With the ID of a role (see Get All Roles), you can update the permissions of users with this role.", "summary": "Update role", "consumes": ["application/json"], "x-s1-required-permissions": ["Roles.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_rbac_role_{role_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "role_id", "type": "string", "x-minimum": "100000000000000000", "description": "Role ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/rbac.schemas_RbacDeleteRoleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "With the ID of a role (see Get All Roles), you can delete a role. If there are users assigned to the role, specify the ID of their new role.", "summary": "Delete role", "consumes": ["application/json"], "x-s1-required-permissions": ["Roles.delete"], "x-s1-optional-permissions": ["Users.edit"], "operationId": "_web_api_rbac_role_{role_id}_delete"}}, "/web/api/v2.1/rbac/role": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/rbac.schemas_RbacCreateRoleSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/rbac.schemas_RolePermissions_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "Create a new role for Role-Based Access Control (RBAC).", "summary": "Create new role", "consumes": ["application/json"], "x-s1-required-permissions": ["Roles.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_rbac_role_post"}, "get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/rbac.schemas_NewRoleTemplate_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RBAC"], "produces": ["application/json"], "description": "Get the template for a new role.", "summary": "Get template for new role", "x-s1-required-permissions": ["Roles.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rbac_role_get"}}, "/web/api/v2.1/remote-ops/data-exporter/destination-profiles": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_PostDestinationProfileRequestSchema"}}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Successes", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_ProfileIdResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Create Destination profile inside specified scope. If the created profile is requested to be default, the default profile of the specified scope is overriden.", "summary": "Create new Destination profile.", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_post"}, "get": {"parameters": [{"in": "query", "name": "scopeLevel", "required": false, "type": "string", "description": "Scope level to get Destination profile configuration. Example: \"tenant\".", "enum": ["tenant", "account", "site", "group"]}, {"in": "query", "name": "scopeId", "required": false, "type": "string", "x-nullable": true, "minimum": 100000000000000000, "description": "Scope ID to get Destination profiles configuration. Example: \"225494730938493804\"."}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_GetDestinationProfileResultSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Get Destination profiles available for the specified scope. The profiles are inherited downwards, e.g. the profiles from parent Account and Tenant scopes are available for a Site. At most one of returned destination profiles will be marked as default for the scope. If the scope does not have default profile defined, it's inherited from the higher scope, unless inheritance was broken", "summary": "Get available Destination profiles", "x-s1-required-permissions": ["Remote Script Orchestration.viewDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_get"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_DeleteDestinationProfilesRequestSchema"}}], "responses": {"200": {"description": "Delete was completed or partially completed.", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_DeletedDestinationProfilesResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Delete multiple Destination profiles. The profiles that are not possible to delete (e.g.non-existing or user does not have proper permissions) are skipped. IDs of successfully deleted profiles are returned in response.", "summary": "Delete multiple Destination profiles by ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_delete"}}, "/web/api/v2.1/remote-ops/data-exporter/destination-profiles/{profile_id}": {"delete": {"parameters": [{"in": "path", "name": "profile_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Profile ID. Example: \"225494730938493804\"."}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Destination profile is not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Destination profile is deleted"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Delete Destination profile with specified ID. If the profile was used as default for a scope, the last created profile will be marked as default for that scope.", "summary": "Delete Destination profile by ID", "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_{profile_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "profile_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Profile ID. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_PutDestinationProfileRequestSchema"}}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Destination profile is not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_ProfileIdResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Update contents of existing Destination profile with specified ID. All the profile data should be specified, even if the values are not changed. If the updated profile is requested to be default, the default profile of its scope is modified.", "summary": "Update existing Destination profile", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_{profile_id}_put"}, "get": {"parameters": [{"in": "path", "name": "profile_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Profile ID. Example: \"225494730938493804\"."}, {"in": "query", "name": "scopeLevel", "required": false, "type": "string", "description": "Scope level to get Destination profile configuration. Example: \"tenant\".", "enum": ["tenant", "account", "site", "group"]}, {"in": "query", "name": "scopeId", "required": false, "type": "string", "x-nullable": true, "minimum": 100000000000000000, "description": "Scope ID to get Destination profiles configuration. Example: \"225494730938493804\"."}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Destination profile is not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Get Destination profile", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_GetDestinationProfileResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Get Destination profile with specified ID", "summary": "Get Destination profile by ID", "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_{profile_id}_get"}}, "/web/api/v2.1/remote-ops/data-exporter/destination-profiles/set-default": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_SetDefaultDestinationProfile"}}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Get Destination profile"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Set profile as default profile of the scope", "summary": "Set profile as default profile of the scope", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageDestinationCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_data-exporter_destination-profiles_set-default_post"}}, "/web/api/v2.1/remote-ops/data-exporter/results": {"get": {"parameters": [{"in": "query", "name": "taskId", "required": false, "type": "string", "description": "Task id"}, {"in": "query", "name": "maliciousGroupId", "required": false, "type": "string", "description": "Threat malicious group id"}, {"in": "query", "name": "agentId", "required": true, "type": "string", "description": "Id of the agent the data came from"}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Get Destination profile results", "schema": {"$ref": "#/definitions/v2_1.data_exporter.schema_SkylightUploadResults_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Get results sent to data exporter", "summary": "Get results sent to data exporter", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Remote Script Orchestration.view", "Remote Ops Forensics.view", "Remote Script Orchestration.viewDestinationResults"], "operationId": "_web_api_remote-ops_data-exporter_results_get"}}, "/web/api/v2.1/remote-ops/schedule/remote-script": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduleRemoteScriptRequestSchema"}}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduleRemoteScriptResponseDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Schedule remote script for future run. The script will be scheduled for execution on all endpoints matching the filter.If appropriate, pending approval will be created for the execution.", "summary": "Schedule remote script for future run.", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.createScheduledTasks"], "x-s1-optional-permissions": ["Remote Script Orchestration.runActionScript", "Remote Script Orchestration.runDataCollectionScript", "Remote Script Orchestration.runArtifactCollectionScript"], "operationId": "_web_api_remote-ops_schedule_remote-script_post"}}, "/web/api/v2.1/remote-ops/schedule/forensics": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduleForensicsCollectionRequestSchema"}}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduleForensicsCollectionResponseDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Schedule forensics for future run. The profile will be scheduled for execution on all endpoints matching the filter.", "summary": "Schedule forensics for future run.", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.createScheduledTasks", "Remote Ops Forensics.runForensicsCollection"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_schedule_forensics_post"}}, "/web/api/v2.1/remote-ops/scheduled-tasks": {"delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_DeleteScheduledTasksRequestSchema"}}], "responses": {"200": {"description": "Delete was completed or partially completed.", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_DeletedScheduledTasksResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Delete multiple Scheduled tasks. The tasks that are not possible to delete (e.g.non-existing or user does not have proper permissions) are skipped. IDs of successfully deleted tasks are returned in response.", "summary": "Delete multiple scheduled tasks by ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.deleteScheduledTasks"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_scheduled-tasks_delete"}, "get": {"parameters": [{"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "scopeName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Keyword to search in scope name", "items": {"type": "string"}}, {"in": "query", "name": "outputDestination", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the tasks types. Example: \"SentinelCloud\".", "items": {"type": "string", "enum": ["SentinelCloud", "Local", "None", "SingularityXDR"]}}, {"in": "query", "name": "creatorId", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "IDs of creating user of scheduled task. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "createdAt__between", "required": false, "type": "string", "description": "Date range for creation time"}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "type", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the tasks types. Example: \"action\".", "items": {"type": "string", "enum": ["action", "dataCollection", "artifactCollection", "forensicsProfile"]}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the OS types. Example: \"linux\".", "items": {"type": "string", "enum": ["linux", "macos", "windows"]}}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of scheduled tasks ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "description__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Keyword to search in description", "items": {"type": "string"}}, {"in": "query", "name": "status", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the tasks status. Example: \"scheduled\".", "items": {"type": "string", "enum": ["scheduled", "waiting_approval", "declined"]}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Keyword to search in scheduled tasks profile name"}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "scheduledTime__between", "required": false, "type": "string", "description": "Date range for scheduled execution time"}, {"in": "query", "name": "targetScope", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "IDs of target scopes of scheduled task. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "id__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Keyword to search in task ID", "items": {"type": "string"}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "description", "scheduledTime", "type", "osTypes", "outputDestination", "createdAt", "targetScope", "creator", "status"]}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Keyword to search in task name", "items": {"type": "string"}}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduledTaskDataScheme_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Get available Scheduled Tasks", "summary": "Get available Scheduled Tasks", "x-s1-required-permissions": ["Remote Script Orchestration.viewScheduledTasks"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_scheduled-tasks_get"}}, "/web/api/v2.1/remote-ops/scheduled-tasks/{scheduled_task_id}": {"put": {"parameters": [{"in": "path", "name": "scheduled_task_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Scheduled Task ID. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_PutScheduledTaskRequestSchema"}}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Scheduled task is not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.scheduling.schema_ScheduledTaskIdResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Remote Ops MMS"], "produces": ["application/json"], "description": "Update existing Scheduled task", "summary": "Update existing Scheduled task", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.updateScheduledTasks"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_scheduled-tasks_{scheduled_task_id}_put"}}, "/web/api/v2.1/remote-ops/forensics/start-collection": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/remote_ops.schemas_StartCollectionSchema"}}], "responses": {"202": {"description": "Forensics collection has been started", "schema": {"$ref": "#/definitions/remote_ops.schemas_StartCollectionResponseDataSchema_202"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Start collection of Forensics artifacts according to specified profile", "summary": "Start collection of Forensics artifacts according to specified profile", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Ops Forensics.view", "Remote Ops Forensics.runForensicsCollection"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_start-collection_post"}}, "/web/api/v2.1/remote-ops/forensics/task-result": {"get": {"parameters": [{"in": "query", "name": "taskId", "type": "string", "x-minimum": "100000000000000000", "description": "Task id. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Task is found and result is returned", "schema": {"$ref": "#/definitions/remote_ops.schemas_GetForensicsTaskResultDataSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Return result of collection task", "summary": "Return result of collection task", "x-s1-required-permissions": ["Remote Ops Forensics.view"], "x-s1-optional-permissions": ["Remote Ops Forensics.viewOutput"], "operationId": "_web_api_remote-ops_forensics_task-result_get"}}, "/web/api/v2.1/remote-ops/forensics/collection-file-url": {"get": {"parameters": [{"in": "query", "name": "siteId", "type": "string", "x-minimum": "100000000000000000", "description": "Site id. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "agentId", "type": "string", "x-minimum": "100000000000000000", "description": "Agent id. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "signature", "type": "string", "description": "Signature", "required": true}, {"in": "query", "name": "signatureType", "type": "string", "description": "Signature type", "required": true}, {"in": "query", "name": "uploadedTimestamp", "type": "string", "description": "Uploaded timestamp", "required": true}], "responses": {"200": {"description": "Remote Ops Forensics Collection File Found", "schema": {"$ref": "#/definitions/_DownloadResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Returns collection file download pre-signed url", "summary": "Returns collection file download pre-signed url", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Remote Ops Forensics.view"], "operationId": "_web_api_remote-ops_forensics_collection-file-url_get"}}, "/web/api/v2.1/remote-ops/forensics/is-collection-file": {"get": {"parameters": [{"in": "query", "name": "storyline", "required": true, "type": "string", "description": "Storyline ID"}, {"in": "query", "name": "agentId", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Agent's ID. Example: \"225494730938493804\"."}], "responses": {"404": {"description": "Collection file not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_IsCollectionFileResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Check if collection file exists for given storyline", "summary": "Check if collection file exists for given storyline", "x-s1-required-permissions": ["Remote Ops Forensics.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_is-collection-file_get"}}, "/web/api/v2.1/remote-ops/forensics/artifact-types": {"get": {"parameters": [], "responses": {"200": {"description": "Successes", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_ArtifactTypesResponseSchema_many_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Return a complete list of supported artifact types", "summary": "Get list of supported artifact types", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_artifact-types_get"}}, "/web/api/v2.1/remote-ops/forensics/collection-profiles/{profile_id}": {"get": {"parameters": [{"in": "path", "name": "profile_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Profile ID. Example: \"225494730938493804\"."}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Collection profile was not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Collection profile content in returned", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_CollectionProfileResultSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Get contents of an existing Forensics Collection profile, including specification of artifacts to be collected and profile metadata.", "summary": "Get Collection profile by ID", "x-s1-required-permissions": ["Remote Ops Forensics.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_collection-profiles_{profile_id}_get"}, "put": {"parameters": [{"in": "path", "name": "profile_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Profile ID. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_PutCollectionProfileRequestSchema"}}], "responses": {"403": {"description": "User has insufficient permission to perform such action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Collection profile was not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Collection profile is updated", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_CollectionProfileResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Update contents of an existing Forensics Collection profile. All the profile data should be specified, even if the values are not changed. It's not allowed to change scope of profile. The namemust be unique inside the scope, if different profile with specified name already exists, Bad requesterror is returned and no profile data is changed.", "summary": "Update Collection profile by ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Ops Forensics.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_collection-profiles_{profile_id}_put"}}, "/web/api/v2.1/remote-ops/forensics/collection-profiles": {"delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_DeleteProfilesRequestSchema"}}], "responses": {"200": {"description": "Delete was completed or partially completed.", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_CollectionProfileResultSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Delete multiple Forensics Collection profiles. The profiles that are not possible to delete (e.g. bundled profiles by S1, non-existing or user does not have proper permissions) are skipped. Contents of successfully deleted profiles are returned in response.", "summary": "Delete Collection profiles", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Ops Forensics.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_collection-profiles_delete"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_CollectionProfileRequestSchema"}}], "responses": {"200": {"description": "Collection profile is created", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_CollectionProfileResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Create a Forensics Collection profile with provided artifacts on the specified scope. The profile name must be unique inside the scope, if the name already exists, Bad request error is returned.", "summary": "Create new Collection profile", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Remote Ops Forensics.create", "Remote Ops Forensics.upload"], "operationId": "_web_api_remote-ops_forensics_collection-profiles_post"}, "get": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "autoTriggeringCompatible", "required": false, "type": "boolean", "default": false, "description": "Fetch auto triggering compatible profiles"}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of collection profiles IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Os types. Example: \"linux\".", "items": {"type": "string", "enum": ["linux", "macos", "windows"]}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Keyword to search in Collection profile name / description"}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "mgmtId", "scopeId", "name", "osTypes", "version", "scopeLevel", "scopePath", "creator"]}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.forensics.schema_GetCollectionProfileResultSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Forensics"], "produces": ["application/json"], "description": "Get list of available Forensics collection profiles. The list may be narrowed by specifying filter parameter. Profiles are inherited between scopes in both upward and downward directions, e.g. profiles on parent Account and Tenant scopes are returned when querying for a Site scope, and profiles on a Site scopes are returned when querying its parent Account. Bundled profiles are available regardless of requested scqpe. If scope is not specified in filter, the scopes of the requesting user are considered.", "summary": "Get list of available Collection profiles", "x-s1-required-permissions": ["Remote Ops Forensics.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-ops_forensics_collection-profiles_get"}}, "/web/api/v2.1/remote-scripts/execute": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/cloud_proxy.remote_scripts_ExecuteScriptSchema"}}], "responses": {"200": {"description": "Run remote script request was successful", "schema": {"$ref": "#/definitions/_RemoteScriptsExecuteSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Run a remote script that was uploaded to the SentinelOne Script Library.", "summary": "Run Remote Script", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Remote Script Orchestration.view", "Remote Script Orchestration.runArtifactCollectionScript", "Remote Script Orchestration.runDataCollectionScript", "Remote Script Orchestration.runActionScript"], "operationId": "_web_api_remote-scripts_execute_post"}}, "/web/api/v2.1/remote-scripts/status": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "initiatedBy", "createdAt", "updatedAt", "status", "detailedStatus", "agentComputerName", "parentTaskId", "accountName", "siteName", "groupName", "description"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}, {"in": "query", "name": "status", "type": "array", "maxItems": 5000, "description": "Status in. Example: \"created\".", "items": {"type": "string", "enum": ["created", "scheduled", "pending", "pending_user_action", "in_progress", "failed", "completed", "canceled", "expired", "partially_completed"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "types", "type": "array", "maxItems": 5000, "description": "Type in", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "type", "type": "string", "description": "Type", "required": false}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by agent computer name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by agent UUID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "initiatedBy__contains", "type": "array", "maxItems": 20, "description": "Only include tasks from specific initiating user", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detailedStatus__contains", "type": "array", "maxItems": 20, "description": "Only include tasks with specific detailed status", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 20, "description": "Only include tasks with specific description", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parentTaskId__in", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "parentTaskId", "type": "string", "x-minimum": "100000000000000000", "description": "parent task id to fetch the status by. Example: \"225494730938493804\".", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/tasks.schemas_TaskSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get remote scripts tasks using a variety of filters. Accessible via API only
parent_task_id or parent_task_id__in query parameter is mandatory", "summary": "Get Remote Scripts Tasks Status", "x-s1-required-permissions": ["Task Management.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_status_get"}}, "/web/api/v2.1/remote-scripts/fetch-files": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/_FetchScriptsResultsSchema"}}], "responses": {"200": {"description": "Get remote script results was successful", "schema": {"$ref": "#/definitions/_DownloadMultipleScriptsResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get scripts results URLs. Accessible via API only", "summary": "Get Script Results", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_fetch-files_post"}}, "/web/api/v2.1/remote-scripts/fetch-upload-limits": {"get": {"parameters": [], "responses": {"200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get upload limit for Package", "summary": "Get upload limit for Package", "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_fetch-upload-limits_get"}}, "/web/api/v2.1/remote-scripts/script-content": {"get": {"parameters": [{"in": "query", "name": "scriptId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Script ID. Example: \"225494730938493804\"."}], "responses": {"404": {"description": "Script not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_ScriptContentSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get Script content by script id", "summary": "Get script content", "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_script-content_get"}}, "/web/api/v2.1/remote-scripts": {"get": {"parameters": [{"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "isAvailableForArs", "required": false, "type": "boolean", "description": "Is the script runnable in Advanced Response Scripts"}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Query"}, {"in": "query", "name": "scriptType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the script types. Example: \"artifactCollection\".", "items": {"type": "string", "enum": ["artifactCollection", "dataCollection", "action"]}}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of script IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "mgmtId", "scopeId", "scriptName", "name", "osTypes", "createdByUserId", "inputInstructions", "inputExample", "type", "scriptType", "version", "scopeLevel", "scopePath", "subscription", "isAvailableForArs"]}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "osTypes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the script OS types. Example: \"linux\".", "items": {"type": "string", "enum": ["linux", "macos", "windows"]}}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_EnrichedScriptSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get data of the scripts in the SentinelOne Script Library.
The SentinelOne Script Library, used for the Remote Script Orchestration feature, gives you a wide range of scripts to collect various forensic artifacts, parse them, and show them in formats that are easy to analyze. Use the scripts to collect information such as hardware and software inventory and configuration, running applications and processes, files and directories, network connections, and more. ", "summary": "Get Scripts", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Remote Script Orchestration.view", "Remote Script Orchestration.delete"], "operationId": "_web_api_remote-scripts_get"}, "post": {"parameters": [{"in": "formData", "name": "isScriptContentEncoded", "required": false, "type": "boolean", "default": false, "description": "True if script content is encoded"}, {"in": "formData", "name": "packageMaxSize", "required": false, "type": "string", "default": "209715200", "description": "Package max size"}, {"in": "formData", "name": "inputExample", "required": false, "type": "string", "description": "Input example"}, {"in": "formData", "name": "isDuplication", "required": false, "type": "boolean", "default": false, "description": "True if script/package files should be taken from an existing script specified in original_script_id"}, {"in": "formData", "name": "packageEndpointExpiration", "required": false, "type": "string", "description": "Package expiration option on endpoint. Example: \"None\".", "enum": ["None", "Immediate", "OnRestart", "Time"]}, {"in": "formData", "name": "osTypes", "required": true, "collectionFormat": "multi", "type": "array", "maxItems": 5000, "description": "Os types. Example: \"m,a,c,o,s,,,l,i,n,u,x\".", "items": {"type": "string", "enum": ["linux", "macos", "windows"]}}, {"in": "formData", "name": "packageRemoved", "required": false, "type": "boolean", "default": false, "description": "True if package should file should not be copied, applicable only if is_duplication is true"}, {"in": "formData", "name": "scriptName", "required": true, "type": "string", "description": "Script name"}, {"in": "formData", "name": "scriptType", "required": true, "type": "string", "description": "Script type. Example: \"artifactCollection\".", "enum": ["artifactCollection", "dataCollection", "action"]}, {"in": "formData", "name": "scriptRuntimeTimeoutSeconds", "required": false, "type": "integer", "format": "int32", "default": 3600, "minimum": 60, "maximum": 172800, "description": "Script runtime timeout in seconds"}, {"in": "formData", "name": "scriptContent", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Content of the script file, applicable only if is_duplication is true"}, {"in": "formData", "name": "inputInstructions", "required": false, "type": "string", "description": "Input instructions"}, {"in": "formData", "name": "scopeLevel", "required": true, "type": "string", "description": "Scope level. Example: \"site\".", "enum": ["site", "account", "global"]}, {"in": "formData", "name": "consoleData", "required": false, "type": "string", "description": "Console data"}, {"in": "formData", "name": "inputRequired", "required": true, "type": "boolean", "description": "Is input required"}, {"in": "formData", "name": "originalScriptId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "ID of script, from which the script/package files will becopied, applicable ony if is_duplication is true. Example: \"225494730938493804\"."}, {"in": "formData", "name": "sendActivity", "required": false, "type": "boolean", "default": true, "description": "Send activity"}, {"in": "formData", "name": "scriptDescription", "required": false, "type": "string", "description": "Script description"}, {"in": "formData", "name": "packageEndpointExpirationSeconds", "required": false, "type": "integer", "format": "int32", "description": "Package expiration time on endpoint"}, {"in": "formData", "name": "scopeId", "required": false, "type": "string", "minimum": 100000000000000000, "description": "Scope ID. Example: \"225494730938493804\"."}, {"in": "formData", "name": "file", "required": false, "type": "file", "description": "File"}, {"in": "formData", "name": "packageFile", "required": false, "type": "file", "description": "Package file"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_EnrichedScriptSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Upload a new script file. The file and various properties are required. To see the mandatory and optional parameters and their valid values, see the Body Schema or click Run On Console.", "summary": "Upload New Script", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Remote Script Orchestration.upload"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_ScriptDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_EnrichedScriptSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Deletes scripts that match a filter.", "summary": "Delete Scripts", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_delete"}}, "/web/api/v2.1/remote-scripts/{script_id}": {"put": {"parameters": [{"in": "path", "name": "script_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Script ID. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_UpdateScript"}}], "responses": {"404": {"description": "Script not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_EnrichedScriptSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Change the properties of a given script: runtime timeout, name, and whether input is required (if true, input example and instructions are required).
This command requires the script ID, which you can get from the Get Scripts API.", "summary": "Update a Script", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_{script_id}_put"}}, "/web/api/v2.1/remote-scripts/edit/{script_id}": {"put": {"parameters": [{"in": "path", "name": "script_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Script ID. Example: \"225494730938493804\"."}, {"in": "formData", "name": "scriptContent", "required": false, "type": "string", "description": "Filled out with a new content of a script if the script content was changedon an already previously uploaded script"}, {"in": "formData", "name": "inputInstructions", "required": true, "type": "string", "description": "Input instructions"}, {"in": "formData", "name": "isScriptContentEncoded", "required": false, "type": "boolean", "description": "Is the script content base64 encoded?"}, {"in": "formData", "name": "scriptDescription", "required": false, "type": "string", "description": "Script description"}, {"in": "formData", "name": "packageRemoved", "required": false, "type": "boolean", "description": "Was package removed during edit of the script?"}, {"in": "formData", "name": "packageMaxSize", "required": false, "type": "string", "default": "209715200", "description": "Package max size"}, {"in": "formData", "name": "packageEndpointExpirationSeconds", "required": false, "type": "integer", "format": "int32", "description": "Package expiration time on endpoint"}, {"in": "formData", "name": "consoleData", "required": false, "type": "string", "description": "Console data"}, {"in": "formData", "name": "inputExample", "required": true, "type": "string", "description": "Input example"}, {"in": "formData", "name": "scriptName", "required": true, "type": "string", "description": "Script name"}, {"in": "formData", "name": "inputRequired", "required": true, "type": "boolean", "description": "Is input required"}, {"in": "formData", "name": "packageEndpointExpiration", "required": false, "type": "string", "default": "None", "description": "Package expiration option on endpoint. Example: \"None\".", "enum": ["None", "Immediate", "OnRestart", "Time"]}, {"in": "formData", "name": "scriptType", "required": true, "type": "string", "description": "Script type. Example: \"artifactCollection\".", "enum": ["artifactCollection", "dataCollection", "action"]}, {"in": "formData", "name": "osTypes", "required": true, "collectionFormat": "multi", "type": "array", "maxItems": 5000, "description": "Os types. Example: \"m,a,c,o,s,,,l,i,n,u,x\".", "items": {"type": "string", "enum": ["linux", "macos", "windows"]}}, {"in": "formData", "name": "sendActivity", "required": false, "type": "boolean", "default": true, "description": "Send activity"}, {"in": "formData", "name": "scriptRuntimeTimeoutSeconds", "required": true, "type": "integer", "format": "int32", "minimum": 60, "maximum": 172800, "description": "Script runtime timeout in seconds"}, {"in": "formData", "name": "scriptFile", "required": false, "type": "file", "description": "Script file"}, {"in": "formData", "name": "packageFile", "required": false, "type": "file", "description": "Package file"}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "404": {"description": "Script not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_EnrichedScriptSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Change the properties of a given script: runtime timeout, name, and whether input is required (if true, input example and instructions are required), or script content itself.
This command requires the script ID, which you can get from the Get Scripts API.", "summary": "Update a Script", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Remote Script Orchestration.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_edit_{script_id}_put"}}, "/web/api/v2.1/remote-scripts/pending-executions": {"get": {"parameters": [{"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "state"]}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_PendingExecutionsPaginatedResponseSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Get paginated pending executions", "summary": "Get paginated pending executions", "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_pending-executions_get"}}, "/web/api/v2.1/remote-scripts/pending-executions/{pending_execution_id}": {"put": {"parameters": [{"in": "path", "name": "pending_execution_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Pending execution ID. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_ApproveDeclinePendingExecutionRequestSchema"}}], "responses": {"404": {"description": "Pending execution not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_OperationResultStatusSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Approve/decline pending execution", "summary": "Approve/decline pending execution", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.reviewPendingExecutions"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_pending-executions_{pending_execution_id}_put"}}, "/web/api/v2.1/remote-scripts/guardrails/configuration": {"get": {"parameters": [{"in": "query", "name": "scopeId", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Scope ID. Example: \"225494730938493804\"."}, {"in": "query", "name": "scopeLevel", "required": true, "type": "string", "description": "Scope level. Example: \"account\".", "enum": ["account", "site", "group"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_GetGuardrailsResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Gets a guardrails configuration for a given scope", "summary": "Gets a guardrails configuration for a given scope", "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_guardrails_configuration_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_EncapsulatedPostGuardrailsSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_OperationResultStatusSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Updates or inserts (if record does not exist) a guardrails configuration", "summary": "Updates or inserts (if record does not exist) a guardrails configuration", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageGuardrails"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_guardrails_configuration_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_EncapsulatedDeleteGuardrailsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_OperationResultStatusSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Deletes a specific guardrails configuration", "summary": "Deletes a specific guardrails configuration", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.manageGuardrails"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_guardrails_configuration_delete"}}, "/web/api/v2.1/remote-scripts/guardrails/check": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/schemas_EncapsulatedPostGuardrailCheckSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/schemas_PostGuardrailCheckResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["RemoteOps Scripts"], "produces": ["application/json"], "description": "Check whether guardrail applies to an execution", "summary": "Check whether guardrail applies to an execution", "consumes": ["application/json"], "x-s1-required-permissions": ["Remote Script Orchestration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_remote-scripts_guardrails_check_post"}}, "/sdl/v2/api/saved-searches": {"get": {"summary": "List saved searches", "operationId": "_sdl_v2_api_saved-searches_get", "description": "Retrieves all saved searches visible to the current user. Saved searches allow you to persist and quickly access frequently used search queries in Event Search. Use the `type` parameter to filter by PRIVATE (user-specific) or SHARED (visible to all users in the scope) searches.", "tags": ["Saved Searches"], "x-s1-required-permissions": ["SDL Search (Previously Skylight).create", "SDL Search (Previously Skylight).edit", "SDL Search (Previously Skylight).delete"], "parameters": [{"name": "type", "in": "query", "description": "Filter by search type. PRIVATE searches are visible only to you, while SHARED searches are visible to all users in your current scope. Defaults to PRIVATE if not specified.", "required": false, "type": "string", "enum": ["PRIVATE", "SHARED"], "default": "PRIVATE"}], "responses": {"200": {"description": "List of saved searches retrieved successfully.", "schema": {"type": "array", "items": {"$ref": "#/definitions/v2_1.saved_searches.schemas_SavedSearch"}}, "examples": {"application/json": [{"index": 0, "name": "All Registry events in the past hour", "url": "/events?view=edr&theme=singularity&filter=event.category%3D%27registry%27&startTime=1+hour", "type": "PRIVATE"}, {"index": 1, "name": "All events with endpoint name", "url": "/events/search?view=edr&endTime=NOW&startTime=1+hour&filter=%28endpoint.name+%3D+%2A%29&_categoryId=eventSearch&_scopeLevel=global", "type": "PRIVATE"}]}}, "401": {"description": "Unauthorized. Authentication is required."}, "403": {"description": "Forbidden. User does not have permission to manage searches."}}}, "put": {"summary": "Create or update saved searches", "operationId": "_sdl_v2_api_saved-searches_put", "description": "Create or update multiple saved searches in a single request. This endpoint allows you to save up to 100 searches at once. When a search with the same name already exists in the target scope, the `duplicateStrategy` parameter controls the behavior: NEW_ONLY (default) skips duplicates, REPLACE overwrites existing searches, or APPEND_SUFFIX creates new searches with numeric suffixes (e.g., 'My Search (2)'). You can change the active scope using the `S1-Scope` header to manage SHARED searches in different scopes.\n\nNote: A `teamToken` query parameter will be automatically added to each search URL if it is not already present. This token ensures the searches are scoped correctly.", "tags": ["Saved Searches"], "x-s1-required-permissions": ["SDL Search (Previously Skylight).create", "SDL Search (Previously Skylight).edit", "SDL Search (Previously Skylight).delete"], "parameters": [{"name": "body", "in": "body", "required": true, "description": "List of saved searches to create or update, along with the duplicate handling strategy.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchUpsertRequest"}}], "responses": {"200": {"description": "All searches were processed successfully. This includes searches that were saved, as well as searches that were skipped due to the duplicate strategy.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchOperationResponse"}, "examples": {"application/json": {"results": [{"searchName": "Production Errors", "status": "SUCCESS"}, {"searchName": "My Debug Search", "status": "SKIPPED", "reason": "Duplicate search name"}]}}}, "207": {"description": "Partial success. Some searches were saved successfully, but others failed validation or encountered errors. Check the results array for details on each search.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchOperationResponse"}, "examples": {"application/json": {"results": [{"searchName": "Production Errors", "status": "SUCCESS"}, {"searchName": "My Debug Search", "status": "FAILED", "reason": "URL is not valid"}]}}}, "400": {"description": "Invalid request. The request body is malformed or contains invalid parameters."}, "401": {"description": "Authentication required. Please provide valid credentials."}, "403": {"description": "Permission denied. You do not have the required permissions to manage saved searches."}, "500": {"description": "Internal server error. All searches failed to save due to a system error."}}}}, "/sdl/v2/api/saved-searches/batch-delete": {"post": {"summary": "Delete saved searches", "operationId": "_sdl_v2_api_saved-searches_batch-delete_post", "description": "Delete multiple saved searches in a single request. You can delete up to 100 searches at once by providing their names and types. Each search name must be unique within its type (PRIVATE or SHARED) and scope. Use the `S1-Scope` header to target SHARED searches in specific scopes.", "tags": ["Saved Searches"], "x-s1-required-permissions": ["SDL Search (Previously Skylight).create", "SDL Search (Previously Skylight).edit", "SDL Search (Previously Skylight).delete"], "parameters": [{"name": "body", "in": "body", "required": true, "description": "List of saved searches to delete, identified by name and type.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchDeleteRequest"}}], "responses": {"200": {"description": "All searches were deleted successfully.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchOperationResponse"}, "examples": {"application/json": {"results": [{"searchName": "Production Errors", "status": "SUCCESS"}, {"searchName": "My Debug Search", "status": "SUCCESS"}]}}}, "207": {"description": "Partial success. Some searches were deleted successfully, but others were not found or encountered errors. Check the results array for details on each search.", "schema": {"$ref": "#/definitions/v2_1.saved_searches.schemas_BatchOperationResponse"}, "examples": {"application/json": {"results": [{"searchName": "Production Errors", "status": "SUCCESS"}, {"searchName": "My Debug Search", "status": "FAILED", "reason": "Search not found"}]}}}, "400": {"description": "Invalid request. The request body is malformed or contains invalid parameters."}, "401": {"description": "Authentication required. Please provide valid credentials."}, "403": {"description": "Permission denied. You do not have the required permissions to delete saved searches."}, "500": {"description": "Internal server error. All searches failed to delete due to a system error."}}}}, "/web/api/v2.1/ranger/cred-groups": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsPostSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsGetSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Create a new Cred Group.", "summary": "Create Cred Group", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_post"}, "get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["groupName", "updatedAt", "createdAt", "domain", "targetOs"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupName", "type": "string", "description": "Group name being searched", "required": false}, {"in": "query", "name": "groupNameLike", "type": "string", "description": "Group name being searched", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of ids to get", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "totalDetails__gt", "type": "integer", "description": "Get creds with total details greater than the supplied number", "required": false}, {"in": "query", "name": "targetOs", "type": "string", "description": "The os type for this cred group. Example: \"windows\".", "enum": ["windows", "osx_linux"], "required": false}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsGetSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Get the data for each row in the Cred Groups table.", "summary": "Get Cred groups", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_get"}}, "/web/api/v2.1/ranger/cred-groups/{cred_group_id}": {"delete": {"parameters": [{"in": "path", "name": "cred_group_id", "type": "string", "x-minimum": "100000000000000000", "description": "Cred group ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Cred group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Delete cred group value.", "summary": "Delete Cred Group", "x-s1-required-permissions": ["Ranger.manageCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_{cred_group_id}_delete"}}, "/web/api/v2.1/ranger/cred-groups/details": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsDetailsPostSchema"}}], "responses": {"404": {"description": "Cred group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Add cred details to a cred group.", "summary": "Add cred details", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_details_post"}, "get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["title", "type", "updatedAt", "createdAt", "credType"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Account ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 1, "description": "Single Site ID to filter by. Example: \"225494730938493804\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "title", "type": "string", "description": "Exact filter by title", "required": false}, {"in": "query", "name": "titleLike", "type": "string", "description": "Like filter by title", "required": false}, {"in": "query", "name": "credTypeLike", "type": "string", "description": "The type of the cred group", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "A list of ids to get", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "credGroupIds", "type": "array", "maxItems": 5000, "description": "A list of ids to get", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsDetailsGetSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Get the data for each row in the Cred Groups details table.", "summary": "Get Cred group details", "x-s1-required-permissions": ["Ranger.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_details_get"}}, "/web/api/v2.1/ranger/cred-groups/details/{detail_id}": {"delete": {"parameters": [{"in": "path", "name": "detail_id", "type": "string", "x-minimum": "100000000000000000", "description": "Cred group detail ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Cred group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Delete cred group detail value.", "summary": "Delete Cred Group Detail", "x-s1-required-permissions": ["Ranger.manageCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_details_{detail_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "detail_id", "type": "string", "x-minimum": "100000000000000000", "description": "Cred group detail ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredPutDetailsSchema"}}], "responses": {"404": {"description": "Cred group not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/ranger.auto_deploy_schemas_CredGroupsDetailsGetSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sentinel Deploy"], "produces": ["application/json"], "description": "Update cred group values.", "summary": "Update Cred Group Details", "consumes": ["application/json"], "x-s1-required-permissions": ["Ranger.manageCredentials"], "x-s1-optional-permissions": null, "operationId": "_web_api_ranger_cred-groups_details_{detail_id}_put"}}, "/web/api/v2.1/service-users": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "name", "fullName", "description", "firstLogin", "lastLogin", "dateJoined", "roleId", "apiTokenCreatedAt", "apiTokenExpiresAt", "lastActivation", "createdByName", "updatedByName"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of service user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: full_name, email, description", "required": false}, {"in": "query", "name": "roleIds", "type": "array", "maxItems": 5000, "description": "List of rbac roles to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "List of service users retrieved successfully.", "schema": {"$ref": "#/definitions/service_users.schemas_GetServiceUserSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Get a list of service users.", "summary": "Get Service Users", "x-s1-required-permissions": ["Service Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/service_users.schemas_CreateServiceUserSchema"}}], "responses": {"403": {"description": "Not enough permissions to create service user.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Service User created successfully.", "schema": {"$ref": "#/definitions/service_users.schemas_CreatedServiceUserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Create a new service user.", "summary": "Create Service User", "consumes": ["application/json"], "x-s1-required-permissions": ["Service Users.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_post"}}, "/web/api/v2.1/service-users/{service_user_id}": {"get": {"parameters": [{"in": "path", "name": "service_user_id", "type": "string", "x-minimum": "100000000000000000", "description": "Service User ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Service User not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Service user retrieved successfully.", "schema": {"$ref": "#/definitions/service_users.schemas_SingleServiceUserSchema_200"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Get a specific service user by ID.", "summary": "Get Service User", "x-s1-required-permissions": ["Service Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_{service_user_id}_get"}, "put": {"parameters": [{"in": "path", "name": "service_user_id", "type": "string", "x-minimum": "100000000000000000", "description": "Service User ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/service_users.schemas_UpdateServiceUserSchema"}}], "responses": {"404": {"description": "Service User not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Forbidden.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Service User updated successfully.", "schema": {"$ref": "#/definitions/service_users.schemas_GetServiceUserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Change properties of the service user with the given ID.", "summary": "Update Service User", "consumes": ["application/json"], "x-s1-required-permissions": ["Service Users.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_{service_user_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "service_user_id", "type": "string", "x-minimum": "100000000000000000", "description": "Service User ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Service User deleted successfully.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Delete a service user by ID.", "summary": "Delete Service User", "x-s1-required-permissions": ["Service Users.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_{service_user_id}_delete"}}, "/web/api/v2.1/export/service-users": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of service user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: full_name, email, description", "required": false}, {"in": "query", "name": "roleIds", "type": "array", "maxItems": 5000, "description": "List of rbac roles to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Export Service User data to a CSV, for Service Users that match the filter.", "summary": "Export Service Users", "x-s1-required-permissions": ["Service Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_service-users_get"}}, "/web/api/v2.1/service-users/{service_user_id}/generate-api-token": {"post": {"parameters": [{"in": "path", "name": "service_user_id", "type": "string", "x-minimum": "100000000000000000", "description": "Service User ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/service_users.schemas_GenerateServiceUserApiTokenSchema"}}], "responses": {"409": {"description": "API token creation conflict.", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "404": {"description": "Service User not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Forbidden.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "API token delivered to user.", "schema": {"$ref": "#/definitions/service_users.schemas_ServiceUserApiTokenSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Generate a new API token for a service user and revoke the existing API token.", "summary": "Generate API Token for Service User", "consumes": ["application/json"], "x-s1-required-permissions": ["Service Users.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_{service_user_id}_generate-api-token_post"}}, "/web/api/v2.1/service-users/delete-service-users": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/service_users.schemas_BulkDeleteServiceUsersSchema"}}], "responses": {"403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Service Users deleted successfully.", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Service Users"], "produces": ["application/json"], "description": "Delete all service users that match the filter.", "summary": "Bulk Delete Service Users", "consumes": ["application/json"], "x-s1-required-permissions": ["Service Users.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_service-users_delete-service-users_post"}}, "/web/api/v2.1/settings/sso": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SsoSettingFields_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the Single Sign-On configuration for the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\"). ", "summary": "Get SSO Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sso_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SsoSettingsPutSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SsoSettingFields_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Change the Single Sign-On configuration for the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\").
The Management supports SAML 2.0 and will integrate with SAML 2.0 compliant SSO providers.
SentinelOne Technical Support can help you with issues related to the provider we tested: Okta. To use a different ID provider, see the provider documentation and support.
For requirements and best practices of Okta integration, see https://support.sentinelone.com/hc/en-us/articles/360004195714.", "summary": "Set SSO Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sso_put"}}, "/web/api/v2.1/settings/sso/sp-cert": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SsoSpCertificate_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the Service Provider Certificate for the Single Sign-On configuration for the given scope.", "summary": "Get SSO Service Provider Certificate", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sso_sp-cert_get"}}, "/web/api/v2.1/settings/sso/sp-cert/download": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Download the Service Provider Certificate for the Single Sign-On configuration for the given scope.", "summary": "Download SSO Service Provider Certificate", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sso_sp-cert_download_get"}}, "/web/api/v2.1/settings/sso/test": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SsoSettingsPutSchema"}}], "responses": {"200": {"description": "The url to redirect too.", "schema": {"$ref": "#/definitions/settings_SsoTestFields_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Test Single Sign-On settings. ", "summary": "Test SSO Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sso_test_post"}}, "/web/api/v2.1/settings/notifications": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/notifications_schemas_NotificationsSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the notification settings for the given Sites (to get the IDs, run \"settings\") or Accounts (\"accounts\").
The response shows every possible notification and whether it is active and if so, for email or syslog or both. It also shows the ID string for each notification, which can be used in other commands.
Note: Each notification also shows \"sms\" which is deprecated.", "summary": "Get Notification Settings", "x-s1-required-permissions": ["Notifications.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_notifications_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/notifications_schemas_NotificationSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/notifications_schemas_NotificationsSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Change the notifications for the given Sites (to get the IDs, run \"settings\") or Accounts (\"accounts\"). Best practice: Get the current settings (see Get Notification Settings) before you run this command.", "summary": "Set Notification Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Notifications.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_notifications_put"}}, "/web/api/v2.1/settings/notifications/cancel-pending-emails": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/notifications_schemas_CancelPendingEmailNotificationsPostSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/notifications_schemas_CancelPendingEmailNotificationsReturnSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Clear (discard without sending) pending email notifications for the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\").
When you set email recipients to get notifications for activities in the system, you can set too many, or in other ways cause issues that demand that the queue be cleared.", "summary": "Clear Pending Emails", "consumes": ["application/json"], "x-s1-required-permissions": ["Notifications.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_notifications_cancel-pending-emails_post"}}, "/web/api/v2.1/settings/smtp": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_SmtpSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the SMTP server configuration of the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\"). The SMTP integration is required to send notifications by email.", "summary": "Get SMTP Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_smtp_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SmtpSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SmtpSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Change the SMTP server configuration for the given Sites or Accounts. Use this command to integrate a different SMTP server, which is required to send notifications by email.", "summary": "Set SMTP Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_smtp_put"}}, "/web/api/v2.1/settings/smtp/test": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SmtpSettingsTestSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_TestSmtpSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Test SMTP settings between the Management and the SMTP server. This integration is required if you use email notifications.", "summary": "Test SMTP Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_smtp_test_post"}}, "/web/api/v2.1/settings/syslog": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_SyslogSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the configuration of the syslog server integrated with the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\").", "summary": "Get Syslog Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_syslog_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SyslogSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SyslogSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Change the configuration of the syslog server of the given Sites (to get the IDs, run \"sites\") or Accounts (\"accounts\"). Use this command to send notifications to a different syslog server. Best Practice: Get Syslog Settings before you run this command.", "summary": "Set Syslog Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_syslog_put"}}, "/web/api/v2.1/settings/syslog/test": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SyslogSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_TestSyslogSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Test Syslog settings. The Management tests the connection to the Syslog server. ", "summary": "Test Syslog Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_syslog_test_post"}}, "/web/api/v2.1/settings/sms": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_SmsSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "[DEPRECATED] Gets the site's SMS settings.", "summary": "Get SMS Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sms_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_SmsSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_SmsSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "[DEPRECATED] Set SMS settings.", "summary": "Set SMS Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_sms_put"}}, "/web/api/v2.1/settings/recipients": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name", "type": "string", "description": "Name", "required": false}, {"in": "query", "name": "email", "type": "string", "description": "Email", "required": false}, {"in": "query", "name": "sms", "type": "string", "description": "Sms", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: name, email, sms", "required": false}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_NotificationRecipientsListSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the emails that are configured to receive notifications.", "summary": "Get Notification Recipients", "x-s1-required-permissions": ["Notifications.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_recipients_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_NotificationRecipientSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_NotificationRecipientSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Set the emails of recipients to get notifications.", "summary": "Set Notification Recipients", "consumes": ["application/json"], "x-s1-required-permissions": ["Notifications.edit"], "x-s1-optional-permissions": ["Notifications.create"], "operationId": "_web_api_settings_recipients_put"}}, "/web/api/v2.1/settings/recipients/{recipient_id}": {"delete": {"parameters": [{"in": "path", "name": "recipient_id", "type": "string", "x-minimum": "100000000000000000", "description": "Recipient ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Recipient deleted successfully.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Delete a notification recipient by ID. To get the IDs of recipients, run \"recipients\" (see Get Notification Recipients). ", "summary": "Delete Notification Recipient", "x-s1-required-permissions": ["Notifications.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_recipients_{recipient_id}_delete"}}, "/web/api/v2.1/settings/active-directory": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_AdSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the Global Active Directory settings.", "summary": "Get AD Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_active-directory_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_AdSettingsPutSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_AdSettingsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Update the Global Active Directory settings.", "summary": "Set AD Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_active-directory_put"}}, "/web/api/v2.1/settings/active-directory/test": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_AdSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_TestAdSettingsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Test Active Directory settings.", "summary": "Test AD Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_active-directory_test_post"}}, "/web/api/v2.1/settings/active-directory/scope-mapping": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_AdFqdnsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Get the map of Active Directory FQDNs to user roles of the given Sites (use \"sites\" to get IDs) or Accounts (\"accounts\").", "summary": "Get AD FQDNs", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_active-directory_scope-mapping_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_AdFqdnsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_AdFqdnsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "Update the Active Directory FQDNs of a Site or Account.", "summary": "Set AD FQDNs", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_active-directory_scope-mapping_put"}}, "/web/api/v2.1/settings/microsoft": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_MicrosoftSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "[DEPRECATED] Gets the Microsoft settings of the Sites or Accounts.", "summary": "Get Microsoft Settings", "x-s1-required-permissions": ["Integrations.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_microsoft_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_MicrosoftSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/settings_MicrosoftSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "[DEPRECATED] Update Microsoft settings for the given Sites or Accounts.", "summary": "Set Microsoft Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_microsoft_put"}}, "/web/api/v2.1/settings/microsoft/test": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/settings_MicrosoftSettingsPutSchema"}}], "responses": {"404": {"description": "Scope does not exist", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Data retrieved successfully", "schema": {"$ref": "#/definitions/settings_TestMicrosoftSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Settings"], "produces": ["application/json"], "description": "[DEPRECATED] Test Microsoft settings.", "summary": "Test Microsoft Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Integrations.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_settings_microsoft_test_post"}}, "/web/api/v2.1/sites": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "name", "totalLicenses", "expiration", "siteType", "state", "suite", "createdAt", "updatedAt", "activeLicenses", "accountName", "sku", "description", "usageType"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: name, account_name, description. (Note: on single-account consoles account name will not be matched)", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name. Example: \"My Site\".", "required": false}, {"in": "query", "name": "isDefault", "type": "boolean", "description": "Is default", "required": false}, {"in": "query", "name": "healthStatus", "type": "boolean", "description": "Health status", "required": false}, {"in": "query", "name": "siteType", "type": "string", "description": "Site type. Example: \"Trial\".", "enum": ["Trial", "Paid"], "required": false}, {"in": "query", "name": "expiration", "type": "string", "format": null, "description": "Expiration. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "totalLicenses", "type": "integer", "description": "Total licenses", "required": false}, {"in": "query", "name": "activeLicenses", "type": "integer", "description": "Active licenses", "required": false}, {"in": "query", "name": "externalId", "type": "string", "description": "Id in a CRM external system", "required": false}, {"in": "query", "name": "description", "type": "string", "description": "The description for the Site", "required": false}, {"in": "query", "name": "createdAt", "type": "string", "format": null, "description": "Timestamp of site creation. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt", "type": "string", "format": null, "description": "Timestamp of last update. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "state", "type": "string", "description": "Site state. Example: \"active\".", "enum": ["active", "expired", "deleted"], "required": false}, {"in": "query", "name": "states", "type": "array", "maxItems": 5000, "description": "List of states to filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statesNin", "type": "array", "maxItems": 5000, "description": "List of states to not filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "suite", "type": "string", "description": "[DEPRECATED] Use sku instead. Example: \"Core\".", "enum": ["Core", "Control", "Complete"], "required": false}, {"in": "query", "name": "features", "type": "array", "maxItems": 5000, "description": "If sent return only sites that support this features. Example: \"firewall-control\".", "items": {"type": "string", "enum": ["firewall-control", "device-control", "ioc"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sku", "type": "string", "description": "Sku. Example: \"core\".", "required": false}, {"in": "query", "name": "module", "type": "string", "description": "Module. Example: \"star,rso\".", "required": false}, {"in": "query", "name": "accountId", "type": "string", "x-minimum": "100000000000000000", "description": "Account id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "adminOnly", "type": "boolean", "description": "[DEPRECATED] Show sites the user has Admin privileges to", "required": false}, {"in": "query", "name": "availableMoveSites", "type": "boolean", "description": "Only return sites the user can move agents to", "required": false}, {"in": "query", "name": "registrationToken", "type": "string", "description": "Registration token. Example: \"eyJ1cmwiOiAiaHR0cHM6Ly9jb25zb2xlLnNlbnRpbmVsb25lLm5ldCIsICJzaXRlX2tleSI6ICIwNzhkYjliMWUyOTA1Y2NhIn0=\".", "required": false}, {"in": "query", "name": "accountName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by account name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by site name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by site description (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Get the Sites that match the filters.
The response includes the IDs of Sites, which you can use in other commands.", "summary": "Get Sites", "x-s1-required-permissions": ["Sites.view"], "x-s1-optional-permissions": ["Endpoints.moveToAnotherSite"], "operationId": "_web_api_sites_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_PostSiteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Create a Site. This requires an Admin role with a Global scope or Account scope that has permissions over the Account to which the Site will belong.
You must have a license for a new Site.
In the body of this request, include the policy. ", "summary": "Create Site", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_post"}}, "/web/api/v2.1/export/sites": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: name, account_name, description. (Note: on single-account consoles account name will not be matched)", "required": false}, {"in": "query", "name": "name", "type": "string", "description": "Name. Example: \"My Site\".", "required": false}, {"in": "query", "name": "isDefault", "type": "boolean", "description": "Is default", "required": false}, {"in": "query", "name": "healthStatus", "type": "boolean", "description": "Health status", "required": false}, {"in": "query", "name": "siteType", "type": "string", "description": "Site type. Example: \"Trial\".", "enum": ["Trial", "Paid"], "required": false}, {"in": "query", "name": "expiration", "type": "string", "format": null, "description": "Expiration. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "totalLicenses", "type": "integer", "description": "Total licenses", "required": false}, {"in": "query", "name": "activeLicenses", "type": "integer", "description": "Active licenses", "required": false}, {"in": "query", "name": "externalId", "type": "string", "description": "Id in a CRM external system", "required": false}, {"in": "query", "name": "description", "type": "string", "description": "The description for the Site", "required": false}, {"in": "query", "name": "createdAt", "type": "string", "format": null, "description": "Timestamp of site creation. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt", "type": "string", "format": null, "description": "Timestamp of last update. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "state", "type": "string", "description": "Site state. Example: \"active\".", "enum": ["active", "expired", "deleted"], "required": false}, {"in": "query", "name": "states", "type": "array", "maxItems": 5000, "description": "List of states to filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "statesNin", "type": "array", "maxItems": 5000, "description": "List of states to not filter", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "suite", "type": "string", "description": "[DEPRECATED] Use sku instead. Example: \"Core\".", "enum": ["Core", "Control", "Complete"], "required": false}, {"in": "query", "name": "features", "type": "array", "maxItems": 5000, "description": "If sent return only sites that support this features. Example: \"firewall-control\".", "items": {"type": "string", "enum": ["firewall-control", "device-control", "ioc"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sku", "type": "string", "description": "Sku. Example: \"core\".", "required": false}, {"in": "query", "name": "module", "type": "string", "description": "Module. Example: \"star,rso\".", "required": false}, {"in": "query", "name": "accountId", "type": "string", "x-minimum": "100000000000000000", "description": "Account id. Example: \"225494730938493804\".", "required": false}, {"in": "query", "name": "adminOnly", "type": "boolean", "description": "[DEPRECATED] Show sites the user has Admin privileges to", "required": false}, {"in": "query", "name": "availableMoveSites", "type": "boolean", "description": "Only return sites the user can move agents to", "required": false}, {"in": "query", "name": "registrationToken", "type": "string", "description": "Registration token. Example: \"eyJ1cmwiOiAiaHR0cHM6Ly9jb25zb2xlLnNlbnRpbmVsb25lLm5ldCIsICJzaXRlX2tleSI6ICIwNzhkYjliMWUyOTA1Y2NhIn0=\".", "required": false}, {"in": "query", "name": "accountName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by account name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by site name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "description__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by site description (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Export Sites data to a CSV, for Sites that match the filter.", "summary": "Export Sites", "x-s1-required-permissions": ["Sites.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_sites_get"}}, "/web/api/v2.1/sites/{site_id}": {"get": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteViewSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Get the data of the Site of the ID. To get the ID, run \"sites\".
The response shows the Site expiration date, SKU, licenses (total and active), token, Account name and ID, who and when it was created and changed, and its status.", "summary": "Get Site by ID", "x-s1-required-permissions": ["Sites.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_get"}, "put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_SitePutSchema"}}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Change the policy and properties of the Site given by ID.
To get the ID, run 'sites'.", "summary": "Update Site", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Delete the Site of the given ID. To get the ID, run \"sites\".
You must have an Admin role with scope access that includes the Site.", "summary": "Delete Site", "x-s1-required-permissions": ["Sites.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_delete"}}, "/web/api/v2.1/sites/{site_id}/token": {"get": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteTokenGenerationSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Get the registration token of the Site of the ID.", "summary": "Get Site registration token by ID", "x-s1-required-permissions": ["Sites.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_token_get"}}, "/web/api/v2.1/sites/{site_id}/revert-policy": {"put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/policies_schemas_RevertPolicySchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "When a Site is created through the Console, it gets the Global policy.
If you change the policy and later want it set to the Global policy, use this command.
The site_id is required. You can get it from \"sites\".", "summary": "Revert Policy", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_revert-policy_put"}}, "/web/api/v2.1/sites/duplicate-site": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_DuplicateSiteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "[DEPRECATED] Create duplicate site.", "summary": "Create duplicate site", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_duplicate-site_post"}}, "/web/api/v2.1/site-with-admin": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_SiteDataWithUserSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_SiteWithUserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Create a Site and an Admin role user. This requires an Admin role with a Global scope or Account scope that has permissions over the Account to which the Site will belong.
You must have a license for a new Site.
In the body of this request, include the policy and user properties.", "summary": "Create Site and User", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_site-with-admin_post"}}, "/web/api/v2.1/sites/{site_id}/regenerate-key": {"put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "No permission for regenerating a key.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_RegenerateKeySchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Regenerate the key for the given Site.
To get the site_id, use \"sites\".", "summary": "Regenerate Site Key", "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_regenerate-key_put"}}, "/web/api/v2.1/sites/{site_id}/reactivate": {"put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_ReactivateSiteSchema"}}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Site reactivated", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Reactivate an expired Site.
You must have an Admin role with scope access that includes this Site, and you must have a license for the Site.
To get the site_id, run \"sites\".", "summary": "Reactivate Site", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_reactivate_put"}}, "/web/api/v2.1/sites/{site_id}/expire-now": {"post": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Site not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Expire site now", "schema": {"$ref": "#/definitions/sites_SiteSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Expire the Site of the given ID (run \"sites\" to get the ID).
You must have an Admin role with scope access that includes this Site.", "summary": "Expire Site", "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_expire-now_post"}}, "/web/api/v2.1/sites/update-bulk": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_SiteBulkPutSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Change the properties of the Sites given by IDs.
To get the IDs, run 'sites'.", "summary": "Update Sites", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_update-bulk_put"}}, "/web/api/v2.1/sites/{site_id}/local-authorization": {"get": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_GetSiteApprovalResponse_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Get the time when authorization of local upgrades/downgrades expires, and the number of Agents authorized for local upgrades/downgrades, in this Site.", "summary": "Get local upgrade/downgrade Site authorization", "x-s1-required-permissions": ["Local Upgrade/Downgrade Authorization.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_local-authorization_get"}, "put": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/sites_PutSiteApprovalJsonSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_PutSiteApprovalResponse_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Edit when authorization of local upgrades/downgrades expires. Returns the number of Agents authorized for local upgrades/downgrades, in this Site.", "summary": "Edit local upgrade/downgrade Site authorization", "consumes": ["application/json"], "x-s1-required-permissions": ["Local Upgrade/Downgrade Authorization.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_local-authorization_put"}}, "/web/api/v2.1/sites/{site_id}/local-upgrade-approved-agents-csv": {"get": {"parameters": [{"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/sites_GetSiteApprovalResponse_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Sites"], "produces": ["application/json"], "description": "Get a CSV file containing the Agents authorized for local upgrades/downgrades, in this Site.", "summary": "Get a CSV file of local upgrade/downgrade Site authorization data", "x-s1-required-permissions": ["Local Upgrade/Downgrade Authorization.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_sites_{site_id}_local-upgrade-approved-agents-csv_get"}}, "/web/api/v2.1/system/info": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemInfoSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["System"], "produces": ["application/json"], "description": "Get the Console build, version, patch, and release information.", "summary": "System Info", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_system_info_get"}}, "/web/api/v2.1/system/status": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemStatusSchema_200"}}}, "tags": ["System"], "produces": ["application/json"], "description": "Get an indication of the system's health status.
This command always returns a positive response when the Management Console and API server are up and running. In these cases, some features or capabilities might be impaired. This command does not require authentication.
Rate limit: 1 call per second for each IP address that communicates with the Console.", "summary": "System Status", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_system_status_get"}}, "/web/api/v2.1/system/status/db": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemStatusSchema_200"}}}, "tags": ["System"], "produces": ["application/json"], "description": "[DEPRECATED] Works the same way as \"System Status\" endpoint.
This command does not require authentication.
Rate limit: 1 call per second for each IP address that communicates with the Console.", "summary": "Database Status", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_system_status_db_get"}}, "/web/api/v2.1/system/status/cache": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemStatusSchema_200"}}}, "tags": ["System"], "produces": ["application/json"], "description": "[DEPRECATED] Works the same way as \"System Status\" endpoint.
This command does not require authentication.
Rate limit: 1 call per second for each IP address that communicates with the Console.", "summary": "Cache Status", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_system_status_cache_get"}}, "/web/api/v2.1/system/configuration": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemConfigurationSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["System"], "produces": ["application/json"], "description": "Get the configuration of your SentinelOne system.
The response shows basic information of the deployed SKUs and licenses, 2FA, and the Management URL.", "summary": "Get System Config", "x-s1-required-permissions": ["Configuration.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_system_configuration_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/system_PutSystemConfiguration"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemConfigurationSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["System"], "produces": ["application/json"], "description": "Change the system configuration.
Before you run this, see Get System Config.
This command requires a Global Admin user or Support. ", "summary": "Set System Config", "consumes": ["application/json"], "x-s1-required-permissions": ["Configuration.edit"], "x-s1-optional-permissions": ["Users.allow2FAForOtherUsers"], "operationId": "_web_api_system_configuration_put"}}, "/web/api/v2.1/system/env": {"get": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/system_SystemEnvSchema_200"}}}, "tags": ["System"], "produces": ["application/json"], "description": "Get environment details of the system", "summary": "System Environment", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_system_env_get"}}, "/web/api/v2.1/tag-manager": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.mgmt_tag_manager.schemas_PostTagSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.mgmt_tag_manager.schemas_TagsViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tag Manager"], "produces": ["application/json"], "description": "Each tag must contain a type (endpoints) and key, Value is optional but recommended. A description is optional.", "summary": "Create a new endpoint tag", "consumes": ["application/json"], "x-s1-required-permissions": ["Tag Management.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_tag-manager_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.mgmt_tag_manager.schemas_TagsDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tag Manager"], "produces": ["application/json"], "description": "Delete all tags that match the filters.", "summary": "Delete tags", "consumes": ["application/json"], "x-s1-required-permissions": ["Tag Management.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_tag-manager_delete"}}, "/web/api/v2.1/tag-manager/{tag_id}": {"put": {"parameters": [{"in": "path", "name": "tag_id", "required": true, "type": "string", "minimum": 100000000000000000, "description": "Tag ID. You can get the ID from the Get Tag-Manager command. Example: \"225494730938493804\"."}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.mgmt_tag_manager.schemas_PutTagSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.mgmt_tag_manager.schemas_TagsViewSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tag Manager"], "produces": ["application/json"], "description": "Change the key, value, or description of a tag.", "summary": "Edit an existing tag", "consumes": ["application/json"], "x-s1-required-permissions": ["Tag Management.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_tag-manager_{tag_id}_put"}}, "/web/api/v2.1/tags": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "type", "scope", "query"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Free text search on tag name", "required": false}, {"in": "query", "name": "type", "type": "array", "maxItems": 5000, "description": "Type in. Example: \"firewall\".", "items": {"type": "string", "enum": ["firewall", "network-quarantine", "device-inventory"]}, "required": true, "collectionFormat": "csv"}, {"in": "query", "name": "scope", "type": "string", "description": "Return tags from given scope level. Example: \"site\".", "enum": ["site", "global", "account", "group"], "required": false}, {"in": "query", "name": "name__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by tag name. Example: \"tag_name,tag_na\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "onlyParents", "type": "boolean", "default": false, "description": "If true returns all tags possible to inherit from parent scopes, otherwise returns all tags already inherited and tags from this scope.", "required": false}, {"in": "query", "name": "kind", "type": "string", "description": "Returns tags of this specific kind", "required": false}, {"in": "query", "name": "disablePagination", "type": "boolean", "description": "If true, all tags for requested filters will be returned", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/tags.schemas_GetTagSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tags"], "produces": ["application/json"], "description": "Get tags.", "summary": "Get Tags", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.view", "Network Quarantine Control.view", "Ranger.view"], "operationId": "_web_api_tags_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/tags.schemas_PostTagSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/tags.schemas_GetTagSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tags"], "produces": ["application/json"], "description": "Add tags to create user-defined logical groups.", "summary": "Create Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags", "Ranger.manageDeviceTags"], "operationId": "_web_api_tags_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/tags.schemas_TagDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tags"], "produces": ["application/json"], "description": "Delete tags by given filter.", "summary": "Delete Tags", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags", "Ranger.manageDeviceTags"], "operationId": "_web_api_tags_delete"}}, "/web/api/v2.1/tags/{tag_id}": {"delete": {"parameters": [{"in": "path", "name": "tag_id", "type": "string", "x-minimum": "100000000000000000", "description": "Rule ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tags"], "produces": ["application/json"], "description": "Delete tag by ID.", "summary": "Delete Tag by ID", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags", "Ranger.manageDeviceTags"], "operationId": "_web_api_tags_{tag_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "tag_id", "type": "string", "x-minimum": "100000000000000000", "description": "Rule ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/tags.schemas_PutTagSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/tags.schemas_GetTagSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tags"], "produces": ["application/json"], "description": "Edit tag", "summary": "Edit Tag", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Firewall Control.manageRulesAndTags", "Network Quarantine Control.manageRulesAndTags", "Ranger.manageDeviceTags"], "operationId": "_web_api_tags_{tag_id}_put"}}, "/web/api/v2.1/tasks-configuration": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["scopeId", "taskType", "createdAt", "userId"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "taskType", "type": "string", "description": "Task type. Example: \"agents_upgrade\".", "enum": ["agents_upgrade", "agent_version_change", "auto_deploy", "script_execution", "cis_scan", "gad", "forensics_collection"], "required": true}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Configuration not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/tasks.schemas_ResponseTaskSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tasks"], "produces": ["application/json"], "description": "Get the task configuration of a scope.", "summary": "Get Task Configuration", "x-s1-required-permissions": ["Upgrade Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_tasks-configuration_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/tasks.schemas_PutTaskSchema"}}], "responses": {"403": {"description": "Operation is not allowed", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Configuration not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/tasks.schemas_ResponseTaskSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tasks"], "produces": ["application/json"], "description": "Create a task configuration.", "summary": "Create Task", "consumes": ["application/json"], "x-s1-required-permissions": ["Upgrade Policy.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_tasks-configuration_put"}}, "/web/api/v2.1/tasks-configuration/has-explicit-subscope": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["scopeId", "taskType", "createdAt", "userId"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "taskType", "type": "string", "description": "Task type. Example: \"agents_upgrade\".", "enum": ["agents_upgrade", "agent_version_change", "auto_deploy", "script_execution", "cis_scan", "gad", "forensics_collection"], "required": true}], "responses": {"403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Configuration not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/tasks.schemas_BooleanSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tasks"], "produces": ["application/json"], "description": "From a given scope, see if there are scopes under it that have local, explicit tasks. The response returns True if a sub-scope has a local (not inherited) task configuration.", "summary": "Has Child Scopes", "x-s1-required-permissions": ["Upgrade Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_tasks-configuration_has-explicit-subscope_get"}}, "/web/api/v2.1/tasks-configuration/explicit-subscopes": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["scopeId", "taskType", "createdAt", "userId"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "taskType", "type": "string", "description": "Task type. Example: \"agents_upgrade\".", "enum": ["agents_upgrade", "agent_version_change", "auto_deploy", "script_execution", "cis_scan", "gad", "forensics_collection"], "required": true}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}], "responses": {"403": {"description": "User is not allowed in this scope", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "404": {"description": "Configuration not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/tasks.schemas_SubscopeFullHierarchySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Tasks"], "produces": ["application/json"], "description": "Get the task configuration of child scopes of the given scope, if the tasks are not inherited.", "summary": "Get Child Scope Task Configuration", "x-s1-required-permissions": ["Upgrade Policy.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_tasks-configuration_explicit-subscopes_get"}}, "/web/api/v2.1/threat-intelligence/iocs": {"get": {"parameters": [{"in": "query", "name": "creator__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the user uploaded the Threat Intelligence indicator (supports multiple values). Example: \"admin@sentinelone.com\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "creationTime__lt", "required": false, "type": "string", "format": "date-time", "description": "Creation Time as set by the user lesser than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "creationTime__lte", "required": false, "type": "string", "format": "date-time", "description": "Creation Time as set by the user lesser or equal than. Example: \"2021-07-11T20:33:29.007906Z\"."}, {"in": "query", "name": "severity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of severities to filter by (0-7)", "items": {"type": "integer", "format": "int32", "minimum": 0, "maximum": 7}}, {"in": "query", "name": "uploadTime__lte", "required": false, "type": "string", "format": "date-time", "description": "The time at which the Threat Intelligence indicator was uploaded to SentinelOne DB lesser or equal than. Example: \"2022-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "uuids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of unique Ids of the parent process of the indicator of compromise. Example: \"2,c,f,f,a,e,8,7,1,1,9,7,f,2,0,d,8,6,4,f,e,8,3,6,3,e,e,e,6,6,5,1\".", "items": {"type": "string"}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"4,2,6,4,1,8,0,3,0,2,1,2,0,7,3,7,6,2\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "name__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the Indicator name (supports multiple values). Example: \"foo.dll\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "updatedAt__gt", "required": false, "type": "string", "format": "date-time", "description": "The time at which the indicator was last updated in SentinelOne DB greater than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "malwareNames__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of malware names to filter by.", "items": {"type": "string"}}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "creationTime", "uploadTime", "updatedAt", "source", "type"]}, {"in": "query", "name": "creationTime__gt", "required": false, "type": "string", "format": "date-time", "description": "Creation Time as set by the user greater than. Example: \"2021-07-12T20:33:29.007906Z\"."}, {"in": "query", "name": "threatActorTypes__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of threat actor types associated with the indicator.", "items": {"type": "string"}}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "labels__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of labels associated with the indicator.", "items": {"type": "string"}}, {"in": "query", "name": "type", "required": false, "type": "string", "description": "The type of the Threat Intelligence indicator. Example: \"IPv4\".", "enum": ["DNS", "IPV4", "IPV6", "MD5", "SHA1", "SHA256", "URL"]}, {"in": "query", "name": "threatActors__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of threat actors to filter by", "items": {"type": "string"}}, {"in": "query", "name": "updatedAt__lt", "required": false, "type": "string", "format": "date-time", "description": "The time at which the indicator was last updated in SentinelOne DB lesser than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "uploadTime__gte", "required": false, "type": "string", "format": "date-time", "description": "The time at which the Threat Intelligence indicator was uploaded to SentinelOne DB greater or equal than. Example: \"2022-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "updatedAt__gte", "required": false, "type": "string", "format": "date-time", "description": "The time at which the indicator was last updated in SentinelOne DB greater or equal than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "batchId", "required": false, "type": "string", "description": "Unique ID of the uploaded indicators batch. Example: \"atmtn000000028a881bcf939dc6d92ab55443\"."}, {"in": "query", "name": "campaignNames__in", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of campaign names associated with the indicator.", "items": {"type": "string"}}, {"in": "query", "name": "uploadTime__lt", "required": false, "type": "string", "format": "date-time", "description": "The time at which the Threat Intelligence indicator was uploaded to SentinelOne DB lesser than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "creationTime__gte", "required": false, "type": "string", "format": "date-time", "description": "Creation Time as set by the user greater or equal than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "updatedAt__lte", "required": false, "type": "string", "format": "date-time", "description": "The time at which the indicator was last updated in SentinelOne DB lesser or equal than. Example: \"2021-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "source", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of the sources of the identified Threat Intelligence indicator. Example: \"AlienVault\".", "items": {"type": "string"}}, {"in": "query", "name": "description__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the description of the indicator (supports multiple values). Example: \"Malicious-activity\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "uploadTime__gt", "required": false, "type": "string", "format": "date-time", "description": "The time at which the Threat Intelligence indicator was uploaded to SentinelOne DB greater than. Example: \"2022-07-13T20:33:29.007906Z\"."}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"4,2,6,4,1,8,0,3,0,2,1,2,0,7,3,7,6,2\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "category__in", "required": false, "type": "string", "description": "The categories of the Threat Intelligence indicator, e.g. the malware type associated with the IOC"}, {"in": "query", "name": "externalId", "required": false, "type": "string", "description": "The unique identifier of the indicator as provided by the Threat Intelligence source. Example: \"e277603e-1060-5ad4-9937-c26c97f1ca68\"."}, {"in": "query", "name": "value", "required": false, "type": "string", "description": "The value of the Threat Intelligence indicator. Example: \"175.45.176.1\"."}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.schemas_GetIndicatorSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Get the IOCs of a specified Account that match the filter.
Note: Using creationTime to sort results has been deprecated and should not be used. In the future, the ability to sort by creationTime will be removed. Please sort by uploadTime or updatedAt as an alternative.", "summary": "Get IOCs", "x-s1-required-permissions": ["Threat Intelligence.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_iocs_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.schemas_PostThreatIntelligenceSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.schemas_PostIndicatorSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Add an IoC to the Threat Intelligence database.
These values under data are required fields: \"source\", \"type\", \"value\", and \"method\".
\"Type\" and \"method\" must be in upper case.
The \"validUntil\" field is mandatory, and must contain a date, for example, 2021-03-20 09:14:47.779000. \"validUntil\" determines when the IOC expires.
If the expiration date (\"validUntil\") is left blank, by default it will be the upload date plus a default offset value:
- 14 days for IPs
- 90 days for URLs and domains
- 180 days for file hashes (SHA1, SHA256, and MD5)
The maximum offset values allowed are:
- 30 days for IPs
- 180 days for URLs and Domains
- 180 days for hashes (SHA1, SHA256, and MD5)
The upload date is when the API gets a request to create an IOC.
If the expiration date is later than the upload date plus the the maximum offset value allowed, it will be adjusted to the upload date plus the maximum offset value allowed.", "summary": "Create IOCs", "consumes": ["application/json"], "x-s1-required-permissions": ["Threat Intelligence.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_iocs_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.schemas_IOCDeleteSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Delete an IoC from the Threat Intelligence database that matches a filter using the accountID and one other field.", "summary": "Delete IOCs", "consumes": ["application/json"], "x-s1-required-permissions": ["Threat Intelligence.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_iocs_delete"}}, "/web/api/v2.1/threat-intelligence/iocs/stix": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.schemas_StixPostSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.schemas_PostIndicatorSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Add IOCs to the Threat Intelligence database from a STIX 2.1 bundle. The API will transform STIX indicators into Threat Intelligence IOCs.
Must be a valid STIX 2.1 bundle containing indicator objects
Each indicator object should have a valid STIX pattern for one of these types:
-File hashes: [file:hashes.MD5 = ...], [file:hashes.SHA-1 = ...], [file:hashes.SHA-256 = ...]
-IP addresses: [ipv4-addr:value = ...]
-Domains: [domain-name:value = ...]
-URLs: [url:value = ...]
If the expiration date (\"validUntil\") is left blank, by default it will be the upload date plus a default offset value:
- 14 days for IPs
- 90 days for URLs and domains
- 180 days for file hashes (SHA1, SHA256, and MD5)
The maximum offset values allowed are:
- 30 days for IPs
- 180 days for URLs and Domains
- 180 days for hashes (SHA1, SHA256, and MD5)
The upload date is when the API gets a request to create an IOC.
If the expiration date is later than the upload date plus the the maximum offset value allowed, it will be adjusted to the upload date plus the maximum offset value allowed.
The API will also process these optional STIX relationships if present:
-Threat Actors (names and types)
-Malware names
-Campaign names
-Intrusion Sets
Other stix objects, or indicators with unsupported stix pattern, will be ignored. ", "summary": "Create IOCs from STIX bundle", "consumes": ["application/json"], "x-s1-required-permissions": ["Threat Intelligence.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_iocs_stix_post"}}, "/web/api/v2.1/threat-intelligence/user-config": {"get": {"parameters": [{"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"4,2,6,4,1,8,0,3,0,2,1,2,0,7,3,7,6,2\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"4,2,6,4,1,8,0,3,0,2,1,2,0,7,3,7,6,2\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.schemas_GetUserConfigSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Get the Threat Intelligence user config that match the filter.", "summary": "Get Threat Intelligence user config", "x-s1-required-permissions": ["Threat Intelligence.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_user-config_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.schemas_PostUserConfigSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.schemas_GetUserConfigSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Create Threat Intelligence user config.", "summary": "Create Threat Intelligence user config", "consumes": ["application/json"], "x-s1-required-permissions": ["Threat Intelligence.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_user-config_post"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.schemas_UserConfigFilterSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Intelligence"], "produces": ["application/json"], "description": "Delete Threat Intelligence user config that match the filter.", "summary": "Delete Threat Intelligence user config", "consumes": ["application/json"], "x-s1-required-permissions": ["Threat Intelligence.manage"], "x-s1-optional-permissions": null, "operationId": "_web_api_threat-intelligence_user-config_delete"}}, "/web/api/v2.1/threats/{threat_id}/notes": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["createdAt", "updatedAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "creator__like", "type": "string", "description": "Threat Note creator name (partially or full). Example: \"John\".", "required": false}, {"in": "query", "name": "creatorId", "type": "string", "x-minimum": "100000000000000000", "description": "Threat Note creator ID. Example: \"225494730938493804\".", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/threats.schemas_ThreatNoteSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Notes"], "produces": ["application/json"], "description": "Get the threat notes that match the filter.", "summary": "Get Threat Notes", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_notes_get"}}, "/web/api/v2.1/threats/notes": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsNoteCreateSchema"}}], "responses": {"200": {"description": "Threats note successfully created", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Notes"], "produces": ["application/json"], "description": "Add a threat note to multiple threats.", "summary": "Add Note to Multiple", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_notes_post"}}, "/web/api/v2.1/threats/{threat_id}/notes/{note_id}": {"put": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "path", "name": "note_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat Note ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_PostThreatNoteDataSchema"}}], "responses": {"200": {"description": "Threat note successfully updated", "schema": {"$ref": "#/definitions/threats.schemas_ThreatNoteSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Notes"], "produces": ["application/json"], "description": "Change the text of a threat note.", "summary": "Update Threat Note", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_notes_{note_id}_put"}, "delete": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "path", "name": "note_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat Note ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Threat note successfully deleted", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threat Notes"], "produces": ["application/json"], "description": "Delete a threat note.", "summary": "Delete Threat Note", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_notes_{note_id}_delete"}}, "/web/api/v2.1/threats": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "mitigationStatus", "fileDisplayName", "agentVersion", "agentMachineType", "siteId", "siteName", "agentComputerName", "filePath", "contentHash", "collectionId", "classification", "createdDate", "cloudAccount", "cloudImage", "cloudInstanceId", "cloudInstanceSize", "cloudLocation", "cloudNetwork"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "contentHashes", "type": "array", "maxItems": 5000, "description": "List of sha1 hashes to search for. Example: \"d,d,d,5,0,3,0,a,3,d,0,2,9,f,3,8,4,5,f,c,1,0,5,2,4,1,9,8,2,9,f,0,8,f,3,1,2,2,4,0\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "displayName", "type": "string", "description": "Display name", "required": false}, {"in": "query", "name": "mitigationStatuses", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific status. Example: \"not_mitigated\".", "items": {"type": "string", "enum": ["not_mitigated", "mitigated", "marked_as_benign"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "mitigationStatusesNin", "type": "array", "maxItems": 5000, "description": "Filter threats not by a specific status. Example: \"not_mitigated\".", "items": {"type": "string", "enum": ["not_mitigated", "mitigated", "marked_as_benign"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "List of Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storylines", "type": "array", "maxItems": 5000, "description": "List of Agent context to search for", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of threat IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionIds", "type": "array", "maxItems": 5000, "description": "List of collection IDs to search. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "Included engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "enginesNin", "type": "array", "maxItems": 5000, "description": "Excluded engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionEngines", "type": "array", "maxItems": 5000, "description": "Included engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionEnginesNin", "type": "array", "maxItems": 5000, "description": "Excluded engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classifications", "type": "array", "maxItems": 5000, "description": "List of threat classifications to search", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationsNin", "type": "array", "maxItems": 5000, "description": "List of threat classifications not to search", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationSources", "type": "array", "maxItems": 5000, "description": "Classification sources list. Example: \"Cloud\".", "items": {"type": "string", "enum": ["Cloud", "Behavioral", "Static", "Engine"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationSourcesNin", "type": "array", "maxItems": 5000, "description": "Classification sources list to exclude. Example: \"Cloud\".", "items": {"type": "string", "enum": ["Cloud", "Behavioral", "Static", "Engine"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Include Agent versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypes", "type": "array", "maxItems": 5000, "description": "Include Agent machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchs", "type": "array", "maxItems": 5000, "description": "Included OS Architectures. Example: \"32 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osNames", "type": "array", "maxItems": 10, "description": "", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osNamesNin", "type": "array", "maxItems": 10, "description": "", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIsActive", "type": "boolean", "description": "Include Agents currently connected to the Management Console", "required": false}, {"in": "query", "name": "initiatedBy", "type": "array", "maxItems": 5000, "description": "Only include threats from specific initiating sources. Example: \"agent_policy,dv_command\".", "items": {"type": "string", "enum": ["agent_policy", "full_disk_scan", "sentinelctl", "dv_command", "console_api", "on_demand_scan", "star_active", "star_manual", "cloud_detection", "threat_intelligence", "watchtower_cloud_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "initiatedByNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific initiating sources. Example: \"agent_policy,dv_command\".", "items": {"type": "string", "enum": ["agent_policy", "full_disk_scan", "sentinelctl", "dv_command", "console_api", "on_demand_scan", "star_active", "star_manual", "cloud_detection", "threat_intelligence", "watchtower_cloud_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "confidenceLevels", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific confidence level. Example: \"malicious\".", "items": {"type": "string", "enum": ["malicious", "suspicious", "n/a"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "confidenceLevelsNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific confidence level. Example: \"malicious\".", "items": {"type": "string", "enum": ["malicious", "suspicious", "n/a"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "analystVerdicts", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific analyst verdict. Example: \"true_positive,suspicious\".", "items": {"type": "string", "enum": ["undefined", "true_positive", "false_positive", "suspicious"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "analystVerdictsNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific analyst verdicts. Example: \"true_positive,suspicious\".", "items": {"type": "string", "enum": ["undefined", "true_positive", "false_positive", "suspicious"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "incidentStatuses", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific incident status. Example: \"unresolved,in_progress\".", "items": {"type": "string", "enum": ["unresolved", "in_progress", "resolved"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "incidentStatusesNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific incident statuses. Example: \"unresolved,in_progress\".", "items": {"type": "string", "enum": ["unresolved", "in_progress", "resolved"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "noteExists", "type": "boolean", "description": "The threat contains at least one note", "required": false}, {"in": "query", "name": "failedActions", "type": "boolean", "description": "At least one action failed on the threat", "required": false}, {"in": "query", "name": "rebootRequired", "type": "boolean", "description": "A reboot is required on any endpoint for at least one action on the threat", "required": false}, {"in": "query", "name": "pendingActions", "type": "boolean", "description": "At least one action is pending for the Agent for the threat", "required": false}, {"in": "query", "name": "externalTicketExists", "type": "boolean", "description": "The threat contains ticket number", "required": false}, {"in": "query", "name": "externalTicketIds", "type": "array", "maxItems": 5000, "description": "External ticket ID for the threat", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "mitigatedPreemptively", "type": "boolean", "description": "If the threat was detected pre-execution or post-execution", "required": false}, {"in": "query", "name": "agentTagsData", "type": "string", "description": "Filter threats by assigned tags to the related agent. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasAgentTags", "type": "boolean", "description": "Include only Threats whose Agent is assigned any tags if True, or none if False", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: threat_details, content_hash, computer_name, file_path, uuid, detection_agent_version, realtime_agent_version, detection_agent_domain, command_line_arguments, initiated_by_username, storyline, originated_process, k8s_cluster_name, k8s_node_name, k8s_node_labels, k8s_namespace_name, k8s_namespace_labels, k8s_controller_name, k8s_controller_labels, k8s_pod_name, k8s_pod_labels, container_name, container_image_name, container_labels, external_ticket_id", "required": false}, {"in": "query", "name": "contentHash__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by file content hash (supports multiple values). Example: \"5f09bcff3\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "threatDetails__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat details(supports multiple values). Example: \"malware.exe,virus.exe\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filePath__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by file path (supports multiple values). Example: \"\\MyUser\\Downloads\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionAgentVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent version at detection time (supports multiple values). Example: \"1.1.1.1,2.2.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "realtimeAgentVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent version at current time (supports multiple values). Example: \"1.1.1.1,2.2.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionAgentDomain__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent domain at detection time (supports multiple values). Example: \"sentinel,sentinelone.com\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "commandLineArguments__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat command line arguments (supports multiple values). Example: \"/usr/sbin/,wget\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "initiatedByUsername__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the username that initiated that threat (supports multiple values). Example: \"John,John Doe\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storyline__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat storyline (supports multiple values). Example: \"0000C2E97648,0006FC73-77B4-470F-AAC7-\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "originatedProcess__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the originated process name of the threat (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "publisherName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat's publisher name (supports multiple values). Example: \"GOOGLE,Apple Inc.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "signerIdentity__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat's signer identity (certificate ID) (supports multiple values). Example: \"3BDA323E552DB1FDC0A9DD871E8CADDA2FCBB419\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sClusterName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNamespaceName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes namespace name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNamespaceLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes namespace labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sControllerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes controller name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sControllerLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes controller labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sPodName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sPodLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes pod labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerImageName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container image name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalTicketId__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the threat external ticket ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "countsFor", "type": "string", "description": "comma-separated list of fields to be shown. Example: \"osTypes,machineTypes\".", "required": false}, {"in": "query", "name": "resolved", "type": "boolean", "description": "This is used for backward-compatibility with API 2.0.", "required": false}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/threats.schemas_ThreatSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Get data of threats that match the filter.
Best Practice: Use the filters. Each threat gives a number of data lines that will quickly fill the page limit.", "summary": "Get Threats", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_get"}}, "/web/api/v2.1/threats/mitigate/{action}": {"post": {"parameters": [{"in": "path", "name": "action", "type": "string", "description": "Mitigation action. Example: \"kill\".", "enum": ["kill", "remediate", "rollback-remediation", "quarantine", "un-quarantine", null, "remove_macros", "restore_macros"], "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsMitigateRequestSchema"}}], "responses": {"200": {"description": "Threat successfully mitigated", "schema": {"$ref": "#/definitions/threats.schemas_ThreatMitigationActionSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Apply a mitigation action to a group of threats that match the filter. Valid values for mitigation: \"kill\", \"quarantine\", \"remediate\", \"rollback-remediation\", \"un-quarantine\",\"network-quarantine\".
Your user role must have permissions to mitigate threats - Admin, IR Team, SOC. Only threats which you have permission to mitigate are countedas \"affected\" in response field.
Rollback is applied only on Windows. Remediate is applied only on macOS and Windows.", "summary": "Mitigate Threats", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Threats.kill", "Threats.quarantine", "Threats.unquarantine", "Threats.remediate", "Threats.rollback", "Threats.removeMacro", "Threats.restoreMacro"], "operationId": "_web_api_threats_mitigate_{action}_post"}}, "/web/api/v2.1/threats/add-to-blacklist": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAddToRestrictionsWithTargetSchema"}}], "responses": {"200": {"description": "Hash threat added to black list", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAddToBlocklistExclusionsResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Add threats that have a SHA1 hash and that match the filter to the Blocklist of the target scope: Global, Account, Site, or Group.
Your role must have permissions to change the Blocklist - Admin, IR Team, SOC - and your user scope access must include the Agent. The target scope is the Group, Site, or Account of the Agent.", "summary": "Add to Blocklist", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.create"], "x-s1-optional-permissions": ["Threats.updateAnalystVerdict"], "operationId": "_web_api_threats_add-to-blacklist_post"}}, "/web/api/v2.1/threats/fetch-file": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsFetchFileRequestSchema"}}], "responses": {"200": {"description": "Number of affected agents", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Fetch a file associated with the threat that matches the filter. Your user role must have permissions to Fetch Threat File - Admin, IR Team, SOC.", "summary": "Fetch Threat File", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.fetchThreatFile"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_fetch-file_post"}}, "/web/api/v2.1/threats/engines/disable": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_EngineListSchema"}}], "responses": {"200": {"description": "Engines disabled", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "If your list of threats shows too many False Positives, use this command to troubleshoot the Agent Engines that return unexpected results in your deployment. Valid values: \"penetration\", \"dataFiles\",\"exploits\", \"reputation\", \"executables\", \"preExecutionSuspicious\", \"preExecution\", \"lateralMovement\", and \"pup\".", "summary": "Disable Engines", "consumes": ["application/json"], "x-s1-required-permissions": ["Policy.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_engines_disable_post"}}, "/web/api/v2.1/threats/{threat_id}/whitening-options": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/threats.schemas_WhiteningOptionsSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Get the Exclusion types that can be created from the detection data.
For example, if a threat is a file with a detected SHA1 hash and pathname, the values of the whiteningOptions in the response are \"path\" and \"file_hash\". This command requires the ID of the threat, which you can get from \"threats\" (see Get Threats). To create an Exclusion, see Exclusions.", "summary": "Exclusion Options", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_whitening-options_get"}}, "/web/api/v2.1/threats/{threat_id}/explore/events": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "eventType", "fileSize", "fileType", "registryPath", "registryId", "registryClassification", "pid", "processName"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "eventTypes", "type": "array", "maxItems": 5000, "description": "Filter events by type. Example: \"events\".", "items": {"type": "string", "enum": ["events", "file", "ip", "url", "dns", "process", "registry", "scheduled_task", "logins", "indicators", "module"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventSubTypes", "type": "array", "maxItems": 5000, "description": "Filter events by sub-type. Example: \"PROCESSCREATION\".", "items": {"type": "string", "enum": ["PROCESSCREATION", "PROCESSTERMINATION", "PROCESSMODIFICATION", "TCPV4", "TCPV6", "TCPV4LISTEN", "TCPV6LISTEN", "FILEMODIFICATION", "FILESCAN", "FILECREATION", "FILEDELETION", "FILERENAME", "LOGIN", "LOGOUT", "HTTP", "DNS", "SCHEDTASKREGISTER", "SCHEDTASKSTART", "SCHEDTASKUPDATE", "SCHEDTASKTRIGGER", "SCHEDTASKDELETE", "REGKEYCREATE", "REGKEYRENAME", "REGKEYDELETE", "REGKEYEXPORT", "REGKEYSECURITYCHANGED", "REGKEYIMPORT", "REGVALUEMODIFIED", "REGVALUECREATE", "REGISTRYACTION", "BEHAVIORALINDICATORS", "MODULE"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventId", "type": "string", "description": "Filter by a specific process key and its children", "required": false}, {"in": "query", "name": "processName__like", "type": "string", "description": "Filter by process name (substring)", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/threat_analysis.schemas_ThreatEventEntitySchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Get all threat events.", "summary": "Get Events", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_explore_events_get"}}, "/web/api/v2.1/threats/add-to-exclusions": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAddToExclusionsWithTargetSchema"}}], "responses": {"200": {"description": "Added to exclusions", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAddToBlocklistExclusionsResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Add a threat to exclusions. The \"whitening option\" is required.
When you create an exclusion, you override the \"malicious\" verdict of the Agent for a detection. This can open holes in your security deployment. Use with caution.
Best practice: Use the most specific definition of the exclusion possible and the lowest mode possible.", "summary": "Add to Exclusions", "consumes": ["application/json"], "x-s1-required-permissions": ["Exclusions.create"], "x-s1-optional-permissions": ["Threats.updateAnalystVerdict"], "operationId": "_web_api_threats_add-to-exclusions_post"}}, "/web/api/v2.1/threats/export": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "Created at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "Created at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "Created at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "Created at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lt", "type": "string", "format": null, "description": "Updated at lesser than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gt", "type": "string", "format": null, "description": "Updated at greater than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__lte", "type": "string", "format": null, "description": "Updated at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "updatedAt__gte", "type": "string", "format": null, "description": "Updated at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "contentHashes", "type": "array", "maxItems": 5000, "description": "List of sha1 hashes to search for. Example: \"d,d,d,5,0,3,0,a,3,d,0,2,9,f,3,8,4,5,f,c,1,0,5,2,4,1,9,8,2,9,f,0,8,f,3,1,2,2,4,0\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "displayName", "type": "string", "description": "Display name", "required": false}, {"in": "query", "name": "mitigationStatuses", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific status. Example: \"not_mitigated\".", "items": {"type": "string", "enum": ["not_mitigated", "mitigated", "marked_as_benign"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "mitigationStatusesNin", "type": "array", "maxItems": 5000, "description": "Filter threats not by a specific status. Example: \"not_mitigated\".", "items": {"type": "string", "enum": ["not_mitigated", "mitigated", "marked_as_benign"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIds", "type": "array", "maxItems": 5000, "description": "List of Agent IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storylines", "type": "array", "maxItems": 5000, "description": "List of Agent context to search for", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of threat IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "collectionIds", "type": "array", "maxItems": 5000, "description": "List of collection IDs to search. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "engines", "type": "array", "maxItems": 5000, "description": "Included engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "enginesNin", "type": "array", "maxItems": 5000, "description": "Excluded engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionEngines", "type": "array", "maxItems": 5000, "description": "Included engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionEnginesNin", "type": "array", "maxItems": 5000, "description": "Excluded engines. Example: \"reputation\".", "items": {"type": "string", "enum": ["reputation", "sentinelone_cloud", "cloud_detection", "user_blacklist", "pre_execution", "pre_execution_suspicious", "executables", "data_files", "exploits", "penetration", "pup", "lateral_movement", "remote_shell", "manual", "application_control", "threat_intelligence", "watchtower_cloud_detection", "driver_blocking", "idr", "drift_detection", "network_protection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classifications", "type": "array", "maxItems": 5000, "description": "List of threat classifications to search", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationsNin", "type": "array", "maxItems": 5000, "description": "List of threat classifications not to search", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationSources", "type": "array", "maxItems": 5000, "description": "Classification sources list. Example: \"Cloud\".", "items": {"type": "string", "enum": ["Cloud", "Behavioral", "Static", "Engine"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "classificationSourcesNin", "type": "array", "maxItems": 5000, "description": "Classification sources list to exclude. Example: \"Cloud\".", "items": {"type": "string", "enum": ["Cloud", "Behavioral", "Static", "Engine"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersions", "type": "array", "maxItems": 5000, "description": "Include Agent versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentVersionsNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent versions. Example: \"2.5.1.1320\".", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypes", "type": "array", "maxItems": 5000, "description": "Include Agent machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentMachineTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded Agent machine types. Example: \"unknown\".", "items": {"type": "string", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypesNin", "type": "array", "maxItems": 5000, "description": "Excluded OS types. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArchs", "type": "array", "maxItems": 5000, "description": "Included OS Architectures. Example: \"32 bit\".", "items": {"type": "string", "enum": ["32 bit", "64 bit", "ARM64"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osNames", "type": "array", "maxItems": 10, "description": "", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osNamesNin", "type": "array", "maxItems": 10, "description": "", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "agentIsActive", "type": "boolean", "description": "Include Agents currently connected to the Management Console", "required": false}, {"in": "query", "name": "initiatedBy", "type": "array", "maxItems": 5000, "description": "Only include threats from specific initiating sources. Example: \"agent_policy,dv_command\".", "items": {"type": "string", "enum": ["agent_policy", "full_disk_scan", "sentinelctl", "dv_command", "console_api", "on_demand_scan", "star_active", "star_manual", "cloud_detection", "threat_intelligence", "watchtower_cloud_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "initiatedByNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific initiating sources. Example: \"agent_policy,dv_command\".", "items": {"type": "string", "enum": ["agent_policy", "full_disk_scan", "sentinelctl", "dv_command", "console_api", "on_demand_scan", "star_active", "star_manual", "cloud_detection", "threat_intelligence", "watchtower_cloud_detection"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "confidenceLevels", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific confidence level. Example: \"malicious\".", "items": {"type": "string", "enum": ["malicious", "suspicious", "n/a"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "confidenceLevelsNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific confidence level. Example: \"malicious\".", "items": {"type": "string", "enum": ["malicious", "suspicious", "n/a"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "analystVerdicts", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific analyst verdict. Example: \"true_positive,suspicious\".", "items": {"type": "string", "enum": ["undefined", "true_positive", "false_positive", "suspicious"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "analystVerdictsNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific analyst verdicts. Example: \"true_positive,suspicious\".", "items": {"type": "string", "enum": ["undefined", "true_positive", "false_positive", "suspicious"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "incidentStatuses", "type": "array", "maxItems": 5000, "description": "Filter threats by a specific incident status. Example: \"unresolved,in_progress\".", "items": {"type": "string", "enum": ["unresolved", "in_progress", "resolved"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "incidentStatusesNin", "type": "array", "maxItems": 5000, "description": "Exclude threats with specific incident statuses. Example: \"unresolved,in_progress\".", "items": {"type": "string", "enum": ["unresolved", "in_progress", "resolved"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "noteExists", "type": "boolean", "description": "The threat contains at least one note", "required": false}, {"in": "query", "name": "failedActions", "type": "boolean", "description": "At least one action failed on the threat", "required": false}, {"in": "query", "name": "rebootRequired", "type": "boolean", "description": "A reboot is required on any endpoint for at least one action on the threat", "required": false}, {"in": "query", "name": "pendingActions", "type": "boolean", "description": "At least one action is pending for the Agent for the threat", "required": false}, {"in": "query", "name": "externalTicketExists", "type": "boolean", "description": "The threat contains ticket number", "required": false}, {"in": "query", "name": "externalTicketIds", "type": "array", "maxItems": 5000, "description": "External ticket ID for the threat", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "mitigatedPreemptively", "type": "boolean", "description": "If the threat was detected pre-execution or post-execution", "required": false}, {"in": "query", "name": "agentTagsData", "type": "string", "description": "Filter threats by assigned tags to the related agent. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key. Example: \"{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}\".", "required": false}, {"in": "query", "name": "hasAgentTags", "type": "boolean", "description": "Include only Threats whose Agent is assigned any tags if True, or none if False", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: threat_details, content_hash, computer_name, file_path, uuid, detection_agent_version, realtime_agent_version, detection_agent_domain, command_line_arguments, initiated_by_username, storyline, originated_process, k8s_cluster_name, k8s_node_name, k8s_node_labels, k8s_namespace_name, k8s_namespace_labels, k8s_controller_name, k8s_controller_labels, k8s_pod_name, k8s_pod_labels, container_name, container_image_name, container_labels, external_ticket_id", "required": false}, {"in": "query", "name": "contentHash__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by file content hash (supports multiple values). Example: \"5f09bcff3\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "threatDetails__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat details(supports multiple values). Example: \"malware.exe,virus.exe\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "filePath__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by file path (supports multiple values). Example: \"\\MyUser\\Downloads\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "computerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values). Example: \"john-office,WIN\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "uuid__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values). Example: \"e92-01928,b055\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionAgentVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent version at detection time (supports multiple values). Example: \"1.1.1.1,2.2.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "realtimeAgentVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent version at current time (supports multiple values). Example: \"1.1.1.1,2.2.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "detectionAgentDomain__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by Agent domain at detection time (supports multiple values). Example: \"sentinel,sentinelone.com\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "commandLineArguments__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat command line arguments (supports multiple values). Example: \"/usr/sbin/,wget\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "initiatedByUsername__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the username that initiated that threat (supports multiple values). Example: \"John,John Doe\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "storyline__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat storyline (supports multiple values). Example: \"0000C2E97648,0006FC73-77B4-470F-AAC7-\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "originatedProcess__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the originated process name of the threat (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "publisherName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat's publisher name (supports multiple values). Example: \"GOOGLE,Apple Inc.\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "signerIdentity__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by threat's signer identity (certificate ID) (supports multiple values). Example: \"3BDA323E552DB1FDC0A9DD871E8CADDA2FCBB419\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sClusterName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes node name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNodeLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNamespaceName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes namespace name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sNamespaceLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes namespace labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sControllerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes controller name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sControllerLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes controller labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sPodName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "k8sPodLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint Kubernetes pod labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerImageName__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container image name (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "containerLabels__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the endpoint container labels (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalTicketId__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by the threat external ticket ID (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "countsFor", "type": "string", "description": "comma-separated list of fields to be shown. Example: \"osTypes,machineTypes\".", "required": false}, {"in": "query", "name": "resolved", "type": "boolean", "description": "This is used for backward-compatibility with API 2.0.", "required": false}, {"in": "query", "name": "cloudProvider", "type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudProviderNin", "type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSecurityGroups__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudImage__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceId__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudInstanceSize__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudLocation__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "cloudNetwork__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsRole__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "awsSubnetIds__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "azureResourceGroup__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "gcpServiceAccount__contains", "type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Export data of threats (as seen in the Console > Incidents) that match the filter. Note: Use the filter. This command exports only 20,000 items (each datum is an item).", "summary": "Export Threats", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_export_get"}}, "/web/api/v2.1/threats/dv-add-to-blacklist": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_DvAddToBlackListSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "From Deep Visibility results, add a SHA1 hash to the Blocklist. Set the scope of the Blocklist: Global, Account, Site, or Group. The SHA1 and the Agent ID are required (see Deep Visibility > Get Events). Your role must have permissions to change the Blocklist - Admin, IR Team, SOC - and your user scope access must include the scope of the Agent. The target scope is the Group, Site, or Account of the Agent.
Deep Visibility requires Complete SKU.", "summary": "Add to Blocklist (Deep Visibility)", "consumes": ["application/json"], "x-s1-required-permissions": ["Blacklist.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_dv-add-to-blacklist_post"}}, "/web/api/v2.1/threats/dv-mark-as-threat": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_DvMarkAsThreatSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Mark an event from Deep Visibility data as a threat. (see Deep Visibility > Get Events).Your role must have permissions to Mark as Threat - Admin, IR Team, SOC. The item becomes marked as a threat and the Management adds it to the blocklist. If this threat is detected on an endpoint, the Agent blocks it immediately.", "summary": "Mark as Threat (Deep Visibility)", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.markThreat"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_dv-mark-as-threat_post"}}, "/web/api/v2.1/threats/mitigate-alerts": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_MitigateAlertsSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Mark an alerts as a threat and run mitigation action from the Management UI.", "summary": "Mitigate Alerts", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.markThreat"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_mitigate-alerts_post"}}, "/web/api/v2.1/threats/mitigation-report/{report_id}": {"get": {"parameters": [{"in": "path", "name": "report_id", "type": "string", "x-minimum": "100000000000000000", "description": "Mitigation report ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Export the mitigation report as a CSV file.", "summary": "Export Mitigation Report", "x-s1-required-permissions": ["Activity Page.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_mitigation-report_{report_id}_get"}}, "/web/api/v2.1/threats/incident": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsIncidentSchema"}}], "responses": {"200": {"description": "Threats incident successfully updated", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsIncidentResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Update the incident details of a threat.", "summary": "Updated Threat Incident", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.updateIncidentStatus"], "x-s1-optional-permissions": ["Threats.updateAnalystVerdict"], "operationId": "_web_api_threats_incident_post"}}, "/web/api/v2.1/threats/analyst-verdict": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAnalystVerdictSchema"}}], "responses": {"200": {"description": "Threats analyst verdict successfully updated", "schema": {"$ref": "#/definitions/threats.schemas_ThreatsAnalystVerdictResultSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Change the verdict of a threat, as determined by a Console user.", "summary": "Update Threat Analyst Verdict", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.updateAnalystVerdict"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_analyst-verdict_post"}}, "/web/api/v2.1/threats/external-ticket-id": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ThreatExternalTicketSchema"}}], "responses": {"200": {"description": "Threats external ticket id successfully updated", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Change the external ticket ID of a threat.", "summary": "Update Threat External Ticket ID", "consumes": ["application/json"], "x-s1-required-permissions": ["Threats.updateExternalTicketId"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_external-ticket-id_post"}}, "/web/api/v2.1/threats/{threat_id}/download-from-cloud": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_ThreatFileDownloadURLSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Download threat file from cloud.", "summary": "Download from cloud", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_download-from-cloud_get"}}, "/web/api/v2.1/threats/actions/container-network-disconnect": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ContainerNetworkQuarantineSchema"}}], "responses": {"200": {"description": "Disconnect command was created", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Network quarantine a specific container", "summary": "Disconnect Container", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.disconnectFromNetwork"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_actions_container-network-disconnect_post"}}, "/web/api/v2.1/threats/actions/container-network-connect": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/threats.schemas_ContainerNetworkQuarantineSchema"}}], "responses": {"200": {"description": "Reconnect command was created", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Restore network to a container that was disconnected", "summary": "Reconnect Container", "consumes": ["application/json"], "x-s1-required-permissions": ["Endpoints.reconnectToNetwork"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_actions_container-network-connect_post"}}, "/web/api/v2.1/threats/{threat_id}/timeline": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["hash", "activityType", "primaryDescription", "secondaryDescription", "createdAt"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: hash, primary_description, secondary_description", "required": false}, {"in": "query", "name": "activityTypes", "type": "array", "maxItems": 5000, "description": "Return only these activity codes (comma-separated list). Example: \"52,53,71,72\".", "items": {"type": "string", "enum": ["6", "7", "8", "17", "43", "160", "161", "162", "163", "47", "48", "49", "51", "66", "119", "120", "126", "127", "128", "123", "124", "135", "136", "137", "125", "149", "52", "53", "54", "55", "61", "62", "63", "64", "65", "152", "74", "93", "94", "95", "96", "97", "98", "99", "10000", "106", "89", "15", "117", "118", "121", "122", "203", "204", "145", "146", "147", "148", "71", "72", "2", "3001", "3002", "3003", "3004", "3020", "3021", "3005", "3006", "3007", "3008", "3009", "3010", "3011", "3012", "3013", "3014", "3015", "3016", "3017", "3018", "3019", "3022", "3023", "3031", "3032", "3033", "3034", "3050", "3051", "3052", "3053", "16", "50", "5", "1001", "1002", "2010", "2005", "18", "19", "4003", "20", "21", "34", "22", "28", "29", "30", "31", "32", "221", "2036", "2037", "1100", "1101", "1102", "1103", "1104", "1105", "4001", "4002", "4011", "4007", "4008", "4009", "4010", "4020", "4021", "4022", "4100", "4101", "4102", "4103", "4104", "4105", "4106", "4107", "4108", "4109", "4110", "4111", "4112", "4113", "2001", "2002", "2003", "2004", "2026", "2038", "2040", "2006", "2007", "2008", "2009", "2027", "2039", "2041", "2031", "2032", "2033", "2034", "2035", "2042", "2043", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2021", "2022", "2023", "2024", "2025", "2028", "2029", "2030", "23", "24", "25", "27", "33", "133", "134", "144", "35", "36", "37", "26", "102", "103", "1023", "1024", "1025", "4006", "4012", "4013", "38", "39", "40", "41", "42", "44", "45", "46", "56", "57", "58", "59", "60", "4004", "4005", "67", "68", "69", "70", "73", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "101", "105", "115", "116", "129", "110", "111", "112", "113", "114", "138", "139", "143", "104", "701", "702", "703", "300", "301", "302", "303", "304", "154", "155", "140", "141", "142", "153", "130", "131", "132", "107", "108", "109", "200", "201", "90", "91", "92", "3614", "3615", "3617", "5000", "5001", "5002", "5003", "5004", "5005", "5006", "5007", "5008", "5009", "5010", "5011", "5012", "5013", "5020", "5021", "5022", "5023", "5024", "5025", "5026", "5027", "5028", "5029", "5030", "5040", "5041", "5042", "5043", "5044", "5045", "5046", "5120", "5121", "5122", "5123", "5124", "5125", "5126", "5127", "5128", "5129", "5220", "5221", "5222", "5225", "5226", "5227", "5228", "5229", "5230", "5231", "5232", "5233", "5234", "5235", "5236", "5237", "5238", "5239", "5240", "5241", "5242", "5243", "5244", "5250", "5251", "5252", "5253", "5254", "5255", "5256", "5257", "5258", "5259", "1501", "1502", "1503", "1504", "3100", "3101", "3102", "3103", "3200", "3201", "3202", "3203", "3204", "3400", "3500", "3501", "3502", "3503", "3505", "3506", "3507", "3520", "3521", "3522", "3523", "3524", "3525", "3526", "3527", "3530", "3531", "3532", "3533", "3534", "2100", "2101", "2110", "2111", "3600", "3601", "3602", "3603", "3604", "3605", "3606", "3607", "3608", "3757", "3784", "3785", "3776", "3777", "3778", "3779", "3780", "3781", "3782", "3783", "3786", "3787", "3788", "3801", "3802", "3803", "3804", "3805", "3806", "3610", "3611", "3612", "3613", "3616", "3618", "3622", "3623", "3620", "3621", "3720", "3721", "3624", "3625", "3626", "3627", "3628", "3629", "3630", "3631", "3632", "150", "151", "156", "157", "3633", "3634", "3635", "3636", "3637", "3638", "3639", "3640", "3641", "3642", "3650", "3651", "3652", "3653", "3654", "3655", "3656", "3660", "3661", "3662", "3663", "3664", "3665", "3666", "3667", "3668", "3669", "3670", "3701", "3702", "3710", "3715", "3712", "3711", "3714", "3730", "3750", "3751", "3752", "3753", "3754", "3755", "3756", "3758", "3767", "3768", "3769", "3770", "3771", "3772", "3773", "3774", "3775", "6000", "6001", "6002", "6010", "6011", "6012", "6013", "6030", "6031", "6032", "6050", "6051", "6052", "6053", "6054", "6055", "6999", "7100", "7101", "7200", "7201", "7202", "7203", "7204", "7205", "7206", "7207", "7208", "7209", "7213", "7214", "7215", "7256", "7210", "7211", "7212", "7300", "7301", "7302", "7500", "7501", "7502", "7503", "7504", "7505", "7506", "7507", "7600", "7601", "7602", "7603", "7604", "7700", "7701", "7702", "7800", "7801", "7802", "7803", "7830", "7831", "7832", "7833", "7834", "7835", "7836", "7837", "7838", "7853", "7854", "7855", "7856", "7857", "7858", "7860", "7861", "7862", "7863", "7870", "7871", "7872", "7880", "7881", "7882", "7900", "7901", "7902", "7903", "8001", "8002", "9001", "9002", "9100", "9101", "9102", "9113", "9103", "9104", "9106", "9107", "9108", "9109", "9110", "9111", "9112", "11001", "11002", "11003", "12001", "12002", "12003", "12004", "12005", "12006", "12007", "12008", "12009", "9200", "9201", "9202", "9203", "9204", "9205", "9206", "9207", "9208", "9209", "9210", "9211", "9212", "9213", "9214", "13000", "13010", "13011", "13020", "13021", "13022", "13023", "13024", "13025", "13026", "13027", "13028", "13029", "13030", "13031", "13041", "13042", "13043", "13044", "13045", "13046", "13047", "14000", "14001", "14002", "15000", "15001", "15002", "15003", "15004", "16000", "16001", "16002", "16003", "16004", "16005", "16006", "16007", "17000", "17001", "18000", "18001", "18002", "19000", "20000", "20001", "20002", "20003", "20004", "20005"]}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/threat_analysis.schemas_TimelineViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Get a threat's timeline.", "summary": "Get Threat Timeline", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_threats_{threat_id}_timeline_get"}}, "/web/api/v2.1/export/threats/{threat_id}/timeline": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: hash, primary_description, secondary_description", "required": false}, {"in": "query", "name": "activityTypes", "type": "array", "maxItems": 5000, "description": "Return only these activity codes (comma-separated list). Example: \"52,53,71,72\".", "items": {"type": "string", "enum": ["6", "7", "8", "17", "43", "160", "161", "162", "163", "47", "48", "49", "51", "66", "119", "120", "126", "127", "128", "123", "124", "135", "136", "137", "125", "149", "52", "53", "54", "55", "61", "62", "63", "64", "65", "152", "74", "93", "94", "95", "96", "97", "98", "99", "10000", "106", "89", "15", "117", "118", "121", "122", "203", "204", "145", "146", "147", "148", "71", "72", "2", "3001", "3002", "3003", "3004", "3020", "3021", "3005", "3006", "3007", "3008", "3009", "3010", "3011", "3012", "3013", "3014", "3015", "3016", "3017", "3018", "3019", "3022", "3023", "3031", "3032", "3033", "3034", "3050", "3051", "3052", "3053", "16", "50", "5", "1001", "1002", "2010", "2005", "18", "19", "4003", "20", "21", "34", "22", "28", "29", "30", "31", "32", "221", "2036", "2037", "1100", "1101", "1102", "1103", "1104", "1105", "4001", "4002", "4011", "4007", "4008", "4009", "4010", "4020", "4021", "4022", "4100", "4101", "4102", "4103", "4104", "4105", "4106", "4107", "4108", "4109", "4110", "4111", "4112", "4113", "2001", "2002", "2003", "2004", "2026", "2038", "2040", "2006", "2007", "2008", "2009", "2027", "2039", "2041", "2031", "2032", "2033", "2034", "2035", "2042", "2043", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2021", "2022", "2023", "2024", "2025", "2028", "2029", "2030", "23", "24", "25", "27", "33", "133", "134", "144", "35", "36", "37", "26", "102", "103", "1023", "1024", "1025", "4006", "4012", "4013", "38", "39", "40", "41", "42", "44", "45", "46", "56", "57", "58", "59", "60", "4004", "4005", "67", "68", "69", "70", "73", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "101", "105", "115", "116", "129", "110", "111", "112", "113", "114", "138", "139", "143", "104", "701", "702", "703", "300", "301", "302", "303", "304", "154", "155", "140", "141", "142", "153", "130", "131", "132", "107", "108", "109", "200", "201", "90", "91", "92", "3614", "3615", "3617", "5000", "5001", "5002", "5003", "5004", "5005", "5006", "5007", "5008", "5009", "5010", "5011", "5012", "5013", "5020", "5021", "5022", "5023", "5024", "5025", "5026", "5027", "5028", "5029", "5030", "5040", "5041", "5042", "5043", "5044", "5045", "5046", "5120", "5121", "5122", "5123", "5124", "5125", "5126", "5127", "5128", "5129", "5220", "5221", "5222", "5225", "5226", "5227", "5228", "5229", "5230", "5231", "5232", "5233", "5234", "5235", "5236", "5237", "5238", "5239", "5240", "5241", "5242", "5243", "5244", "5250", "5251", "5252", "5253", "5254", "5255", "5256", "5257", "5258", "5259", "1501", "1502", "1503", "1504", "3100", "3101", "3102", "3103", "3200", "3201", "3202", "3203", "3204", "3400", "3500", "3501", "3502", "3503", "3505", "3506", "3507", "3520", "3521", "3522", "3523", "3524", "3525", "3526", "3527", "3530", "3531", "3532", "3533", "3534", "2100", "2101", "2110", "2111", "3600", "3601", "3602", "3603", "3604", "3605", "3606", "3607", "3608", "3757", "3784", "3785", "3776", "3777", "3778", "3779", "3780", "3781", "3782", "3783", "3786", "3787", "3788", "3801", "3802", "3803", "3804", "3805", "3806", "3610", "3611", "3612", "3613", "3616", "3618", "3622", "3623", "3620", "3621", "3720", "3721", "3624", "3625", "3626", "3627", "3628", "3629", "3630", "3631", "3632", "150", "151", "156", "157", "3633", "3634", "3635", "3636", "3637", "3638", "3639", "3640", "3641", "3642", "3650", "3651", "3652", "3653", "3654", "3655", "3656", "3660", "3661", "3662", "3663", "3664", "3665", "3666", "3667", "3668", "3669", "3670", "3701", "3702", "3710", "3715", "3712", "3711", "3714", "3730", "3750", "3751", "3752", "3753", "3754", "3755", "3756", "3758", "3767", "3768", "3769", "3770", "3771", "3772", "3773", "3774", "3775", "6000", "6001", "6002", "6010", "6011", "6012", "6013", "6030", "6031", "6032", "6050", "6051", "6052", "6053", "6054", "6055", "6999", "7100", "7101", "7200", "7201", "7202", "7203", "7204", "7205", "7206", "7207", "7208", "7209", "7213", "7214", "7215", "7256", "7210", "7211", "7212", "7300", "7301", "7302", "7500", "7501", "7502", "7503", "7504", "7505", "7506", "7507", "7600", "7601", "7602", "7603", "7604", "7700", "7701", "7702", "7800", "7801", "7802", "7803", "7830", "7831", "7832", "7833", "7834", "7835", "7836", "7837", "7838", "7853", "7854", "7855", "7856", "7857", "7858", "7860", "7861", "7862", "7863", "7870", "7871", "7872", "7880", "7881", "7882", "7900", "7901", "7902", "7903", "8001", "8002", "9001", "9002", "9100", "9101", "9102", "9113", "9103", "9104", "9106", "9107", "9108", "9109", "9110", "9111", "9112", "11001", "11002", "11003", "12001", "12002", "12003", "12004", "12005", "12006", "12007", "12008", "12009", "9200", "9201", "9202", "9203", "9204", "9205", "9206", "9207", "9208", "9209", "9210", "9211", "9212", "9213", "9214", "13000", "13010", "13011", "13020", "13021", "13022", "13023", "13024", "13025", "13026", "13027", "13028", "13029", "13030", "13031", "13041", "13042", "13043", "13044", "13045", "13046", "13047", "14000", "14001", "14002", "15000", "15001", "15002", "15003", "15004", "16000", "16001", "16002", "16003", "16004", "16005", "16006", "16007", "17000", "17001", "18000", "18001", "18002", "19000", "20000", "20001", "20002", "20003", "20004", "20005"]}, "required": false, "collectionFormat": "csv"}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Export a threat's timeline.", "summary": "Export Threat Timeline", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_threats_{threat_id}_timeline_get"}}, "/web/api/v2.1/export/threats/{threat_id}/explore/events": {"get": {"parameters": [{"in": "path", "name": "threat_id", "type": "string", "x-minimum": "100000000000000000", "description": "Threat ID. Example: \"225494730938493804\".", "required": true}, {"in": "query", "name": "eventTypes", "type": "array", "maxItems": 5000, "description": "Filter events by type. Example: \"events\".", "items": {"type": "string", "enum": ["events", "file", "ip", "url", "dns", "process", "registry", "scheduled_task", "logins", "indicators", "module"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventSubTypes", "type": "array", "maxItems": 5000, "description": "Filter events by sub-type. Example: \"PROCESSCREATION\".", "items": {"type": "string", "enum": ["PROCESSCREATION", "PROCESSTERMINATION", "PROCESSMODIFICATION", "TCPV4", "TCPV6", "TCPV4LISTEN", "TCPV6LISTEN", "FILEMODIFICATION", "FILESCAN", "FILECREATION", "FILEDELETION", "FILERENAME", "LOGIN", "LOGOUT", "HTTP", "DNS", "SCHEDTASKREGISTER", "SCHEDTASKSTART", "SCHEDTASKUPDATE", "SCHEDTASKTRIGGER", "SCHEDTASKDELETE", "REGKEYCREATE", "REGKEYRENAME", "REGKEYDELETE", "REGKEYEXPORT", "REGKEYSECURITYCHANGED", "REGKEYIMPORT", "REGVALUEMODIFIED", "REGVALUECREATE", "REGISTRYACTION", "BEHAVIORALINDICATORS", "MODULE"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "eventId", "type": "string", "description": "Filter by a specific process key and its children", "required": false}, {"in": "query", "name": "processName__like", "type": "string", "description": "Filter by process name (substring)", "required": false}, {"in": "query", "name": "format", "type": "string", "description": "Exported file format. Example: \"json\".", "enum": ["json", "csv"], "required": true}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Threats"], "produces": ["application/json"], "description": "Export threat events in CSV or JSON format.", "summary": "Export Events", "x-s1-required-permissions": ["Threats.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_threats_{threat_id}_explore_events_get"}}, "/web/api/v2.1/rogues/table-view": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["osType", "osName", "id", "deviceType", "osVersion", "manufacturer", "firstSeen", "lastSeen", "macAddress", "localIp", "externalIp"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "osType", "type": "string", "description": "OS type", "x-nullable": true, "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osName", "type": "string", "description": "Os name", "required": false}, {"in": "query", "name": "osVersion", "type": "string", "description": "Os version", "required": false}, {"in": "query", "name": "localIp", "type": "string", "description": "Search using local IP", "required": false}, {"in": "query", "name": "externalIp", "type": "string", "description": "Search using external IP", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of device ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceType", "type": "string", "description": "Device type. Example: \"Server/Workstation/...\".", "required": false}, {"in": "query", "name": "deviceTypes", "type": "array", "maxItems": 5000, "description": "Device types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress", "type": "string", "description": "A mac address to search for", "required": false}, {"in": "query", "name": "firstSeen__lt", "type": "string", "format": null, "description": "Devices first seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__lte", "type": "string", "format": null, "description": "Devices first seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gt", "type": "string", "format": null, "description": "Devices first seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gte", "type": "string", "format": null, "description": "Devices first seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__between", "type": "string", "description": "Date range refor first seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "lastSeen__lt", "type": "string", "format": null, "description": "Devices last seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__lte", "type": "string", "format": null, "description": "Devices last seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gt", "type": "string", "format": null, "description": "Devices last seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gte", "type": "string", "format": null, "description": "Devices last seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__between", "type": "string", "description": "Date range for last seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "manufacturer", "type": "string", "description": "Manufacturer of the device or network interface", "required": false}, {"in": "query", "name": "hostnames", "type": "array", "maxItems": 5000, "description": "Hostnames", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by visible IP (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "localIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by IP Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by manufacturer (supports multiple values). Example: \"Company\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames__contains", "type": "array", "maxItems": 50, "description": "Free-text filter by hostanem (supports multiple values). Example: \"s1_host,SomeHost\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/rogue_schemas_RoguesTableViewSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Unprotected Endpoints Discovery"], "produces": ["application/json"], "description": "Get the data for each row in the Unprotected Endpoints Discovery Device Inventory Table.
Best practice: Set filters. Each row is a set of parameters that quickly fills the pagination limits.", "summary": "Get Unprotected Endpoints Discovery Table", "x-s1-required-permissions": ["Rogues.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rogues_table-view_get"}}, "/web/api/v2.1/rogues/report/csv": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}, {"in": "query", "name": "osType", "type": "string", "description": "OS type", "x-nullable": true, "required": false}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osName", "type": "string", "description": "Os name", "required": false}, {"in": "query", "name": "osVersion", "type": "string", "description": "Os version", "required": false}, {"in": "query", "name": "localIp", "type": "string", "description": "Search using local IP", "required": false}, {"in": "query", "name": "externalIp", "type": "string", "description": "Search using external IP", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of device ids. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "deviceType", "type": "string", "description": "Device type. Example: \"Server/Workstation/...\".", "required": false}, {"in": "query", "name": "deviceTypes", "type": "array", "maxItems": 5000, "description": "Device types", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress", "type": "string", "description": "A mac address to search for", "required": false}, {"in": "query", "name": "firstSeen__lt", "type": "string", "format": null, "description": "Devices first seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__lte", "type": "string", "format": null, "description": "Devices first seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gt", "type": "string", "format": null, "description": "Devices first seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__gte", "type": "string", "format": null, "description": "Devices first seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "firstSeen__between", "type": "string", "description": "Date range refor first seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "lastSeen__lt", "type": "string", "format": null, "description": "Devices last seen before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__lte", "type": "string", "format": null, "description": "Devices last seen before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gt", "type": "string", "format": null, "description": "Devices last seen after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__gte", "type": "string", "format": null, "description": "Devices last seen after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastSeen__between", "type": "string", "description": "Date range for last seen(format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "manufacturer", "type": "string", "description": "Manufacturer of the device or network interface", "required": false}, {"in": "query", "name": "hostnames", "type": "array", "maxItems": 5000, "description": "Hostnames", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "externalIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by visible IP (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "localIp__contains", "type": "array", "maxItems": 20, "description": "Free-text filter by IP Address (supports multiple values). Example: \"192.168.0.1/24,10.1\".", "items": {"type": "string", "minLength": 2, "pattern": "^[\\d.\\/]+$"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osVersion__contains", "type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values). Example: \"Service Pack 1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "manufacturer__contains", "type": "array", "maxItems": 100, "description": "Free-text filter by manufacturer (supports multiple values). Example: \"Company\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "macAddress__contains", "type": "array", "maxItems": 16, "description": "Free-text filter by mac address (supports multiple values). Example: \"aa:ee:b1\".", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "hostnames__contains", "type": "array", "maxItems": 50, "description": "Free-text filter by hostanem (supports multiple values). Example: \"s1_host,SomeHost\".", "items": {"type": "string", "minLength": 1}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "Query", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Unprotected Endpoints Discovery"], "produces": ["application/json"], "description": "Export Unprotected Endpoints Discovery data to CSV. You can set filters to get only relevant data. The response sends the CSV data as text.", "summary": "Export Unprotected Endpoints Discovery Data", "x-s1-required-permissions": ["Rogues.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rogues_report_csv_get"}}, "/web/api/v2.1/rogues/settings": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/rogue_schemas_RoguesSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Unprotected Endpoints Discovery"], "produces": ["application/json"], "description": "Unprotected Endpoints Discovery gives full visibility of all unsecured devices connected to your network. Unprotected Endpoints Discovery scans your corporate environment to identify and manage connected devices, even those not protected by or supported by SentinelOne. Unprotected Endpoints Discovery identifies devices as:
* UnSecured - End-user computer or laptop, or server, without a SentinelOne Agent.
When you install Windows Agents with Unprotected Endpoints Discovery, the Agents can become scanners. Selected scanners from networks that you enable for scanning find connected devices with passive and active scan techniques. The scanners send the collected data to Unprotected Endpoints Discovery page on the Management. Unprotected Endpoints Discovery then runs fingerprinting to identify and classify unique devices and to update the Device Inventory Table in the Management Console. With port scanning, it is important that you understand the legal and ethical considerations and that you document an Unprotected Endpoints Discovery plan and implementation. See Legal Considerations and Proper Implementation in the Console Help.
* minAgentsInNetworkToScan - To help you determine which networks are corporate, Unprotected Endpoints Discovery looks at the number of secured endpoints (Agents) in a network. If there are not enough Agents in a network - set by this parameter value - Unprotected Endpoints Discovery considers the network to be non-corporate and will not scan it.", "summary": "Get Unprotected Endpoints Discovery Settings", "x-s1-required-permissions": ["Rogues.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_rogues_settings_get"}, "put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/rogue_schemas_PutRoguesSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/rogue_schemas_RoguesSettingsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Unprotected Endpoints Discovery"], "produces": ["application/json"], "description": "Change the Unprotected Endpoints Discovery Settings. Best Practice: Get the current settings before you change them. See: Get Unprotected Endpoints Discovery Settings.", "summary": "Update Unprotected Endpoints Discovery Settings", "consumes": ["application/json"], "x-s1-required-permissions": ["Rogues.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_rogues_settings_put"}}, "/web/api/v2.1/update/agent/latest-packages": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "packageType", "type": "string", "description": "Package type. Example: \"Agent\".", "enum": ["Agent", "Ranger", "AgentAndRanger"], "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/packages.schemas_LatestPackagesSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "[DEPRECATED] Use \"Latest packages\" API call instead (\"GET /web/api/v2.1/update/agent/packages\").", "summary": "Latest Packages by OS", "x-s1-required-permissions": ["Packages.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_latest-packages_get"}}, "/web/api/v2.1/update/agent/packages": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "updatedAt", "osType", "platformType", "fileName", "fileSize", "fileExtension", "version", "status", "majorVersion", "minorVersion", "sha1", "scopeLevel", "accessLevel", "packageType", "rangerVersion", "osArch"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "fileName__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by file name", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fileSize__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by file size", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "versionStr__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by version string", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "rangerVersion__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by Network Scanner version", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "sha1__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by SHA1 hash", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteName__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by site name", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountName__contains", "type": "array", "maxItems": 5000, "description": "Free-text filter by account name", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "query", "type": "string", "description": "A free-text search term, will match applicable attributes", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "Package ID list. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osTypes", "type": "array", "maxItems": 5000, "description": "Os type in. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "threat_detection_s3", "threat_detection_netapp", "linux", "linux_k8s", "sdk", "windows", "windows_legacy"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "platformType", "type": "string", "description": "Platform type. Example: \"macos\".", "enum": ["macos", "threat_detection_s3", "threat_detection_netapp", "linux", "linux_k8s", "sdk", "windows", "windows_legacy"], "required": false}, {"in": "query", "name": "platformTypes", "type": "array", "maxItems": 5000, "description": "Platform type in. Example: \"macos\".", "items": {"type": "string", "enum": ["macos", "threat_detection_s3", "threat_detection_netapp", "linux", "linux_k8s", "sdk", "windows", "windows_legacy"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "status", "type": "array", "maxItems": 5000, "description": "Status in. Example: \"ga\".", "items": {"type": "string", "enum": ["ga", "other", "beta", "ea"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osArches", "type": "array", "maxItems": 5000, "description": "Package OS architecture (32/64 bit), applicable to Windows packages only. Example: \"64 bit\".", "items": {"type": "string", "enum": ["64 bit", "ARM64", "32/64 bit", "32 bit/64 bit/ARM64", "32 bit", "N/A"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fileExtension", "type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"], "description": "File extension. Example: \".msi\".", "required": false}, {"in": "query", "name": "fileExtensions", "type": "array", "maxItems": 5000, "description": "File extension. Example: \".msi\".", "items": {"type": "string", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "version", "type": "string", "description": "Agent version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "majorVersions", "type": "array", "maxItems": 5000, "description": "Package major versions", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "minorVersions", "type": "array", "maxItems": 5000, "description": "Package minor versions", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "minorVersion", "type": "string", "description": "Package minor version", "required": false}, {"in": "query", "name": "sha1", "type": "string", "description": "Package hash. Example: \"2fd4e1c67a2d28fced849ee1bb76e7391b93eb12\".", "required": false}, {"in": "query", "name": "rangerVersion", "type": "string", "description": "Network Scanner version. Example: \"2.5.1.1320\".", "required": false}, {"in": "query", "name": "packageType", "type": "string", "description": "Package type. Example: \"Agent\".", "enum": ["Agent", "Ranger", "AgentAndRanger"], "required": false}, {"in": "query", "name": "packageTypes", "type": "array", "maxItems": 5000, "description": "Package type in. Example: \"Agent\".", "items": {"type": "string", "enum": ["Agent", "Ranger", "AgentAndRanger"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "osRevision", "type": "string", "description": "Agent os revision", "required": false}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/packages.schemas_VersionUploadListSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "Get the Agent packages that are uploaded to your Management.
The response shows the data of each package, including the IDs, which you can use in other commands.", "summary": "Get Latest Packages", "x-s1-required-permissions": ["Packages.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_packages_get"}, "delete": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/packages.schemas_DeletePackagesSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "Delete Agent packages from your Management. Use the IDs from Get Latest Packages.", "summary": "Delete Packages", "consumes": ["application/json"], "x-s1-required-permissions": ["Packages.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_packages_delete"}}, "/web/api/v2.1/update/agent/packages/{package_id}": {"put": {"parameters": [{"in": "path", "name": "package_id", "type": "string", "x-minimum": "100000000000000000", "description": "Package ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/packages.schemas_PutPackageSchema"}}], "responses": {"404": {"description": "Package not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/packages.schemas_VersionUploadSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "Update the metadata for an existing package.", "summary": "Update package", "consumes": ["application/json"], "x-s1-required-permissions": ["Packages.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_packages_{package_id}_put"}}, "/web/api/v2.1/upload/agent/software": {"post": {"parameters": [{"in": "formData", "name": "siteIds", "type": "array", "maxItems": 5000, "description": "List of sites to make the package available in. Applicable only if scopeLevel is set to \"site\". Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "accountIds", "type": "array", "maxItems": 5000, "description": "List of accounts to make the package available in. Applicable only if scopeLevel is set to \"account\". Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "multi"}, {"in": "formData", "name": "osType", "type": "string", "default": null, "description": "Platform type. Example: \"macos\".", "enum": ["macos", "threat_detection_s3", "threat_detection_netapp", "linux", "linux_k8s", "sdk", "windows", "windows_legacy"], "x-nullable": true, "required": false}, {"in": "formData", "name": "platformType", "type": "string", "default": null, "description": "Platform type. Example: \"macos\".", "enum": ["macos", "threat_detection_s3", "threat_detection_netapp", "linux", "linux_k8s", "sdk", "windows", "windows_legacy"], "x-nullable": true, "required": false}, {"in": "formData", "name": "version", "type": "string", "default": null, "description": "Version. Example: \"2.5.1.1320\".", "x-nullable": true, "required": false}, {"in": "formData", "name": "status", "type": "string", "enum": ["ga", "other", "beta", "ea"], "description": "Status. Example: \"ga\".", "required": true}, {"in": "formData", "name": "minorVersion", "type": "string", "description": "Package minor version. Example: \"SP1\".", "required": false}, {"in": "formData", "name": "scopeLevel", "type": "string", "default": "global", "description": "Package scope. If \"global\", it will be available in all sites. Otherwise, it will only be available to the sites/accounts specified in\"siteIds\"/\"accountIds\" attribute. Example: \"site\".", "enum": ["site", "account", "global"], "required": false}, {"in": "formData", "name": "file", "type": "file", "description": "File", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/packages.schemas_VersionUploadSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "If you have an On-Prem Management or you are a participant in the Beta program, you can use this command to upload an Agent package to the Management. Then you can deploy the Agent to update endpoints.", "summary": "Upload Agent Package", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Packages.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_upload_agent_software_post"}}, "/web/api/v2.1/upload/software": {"post": {"parameters": [{"in": "formData", "name": "file", "type": "file", "description": "File", "required": true}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "If you have an On-Prem Management or otherwise require a manual package upload, use this command to upload an Agent package or a Management package. Then you can deploy the update (see Deploy System Package).", "summary": "Upload System Package", "consumes": ["multipart/form-data"], "x-s1-required-permissions": ["Packages.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_upload_software_post"}}, "/web/api/v2.1/upload/software/deploy": {"post": {"parameters": [], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "If you have an On-Prem Management or you are a participant in the Beta program, you can upload a Management package and then use this command to deploy the new Management. You must first upload the package (see Upload System Package).", "summary": "Deploy System Package", "x-s1-required-permissions": ["Packages.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_upload_software_deploy_post"}}, "/web/api/v2.1/update/agent/download/{package_id}": {"get": {"parameters": [{"in": "path", "name": "package_id", "type": "string", "x-minimum": "100000000000000000", "description": "Package ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Package not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "[DEPRECATED] Download an agent package by package ID.Rate limit: 2 call per minute for each different user token", "summary": "Download Agent Package", "x-s1-required-permissions": ["Packages.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_download_{package_id}_get"}}, "/web/api/v2.1/update/agent/download/{site_id}/{package_id}": {"get": {"parameters": [{"in": "path", "name": "package_id", "type": "string", "x-minimum": "100000000000000000", "description": "Package ID. Example: \"225494730938493804\".", "required": true}, {"in": "path", "name": "site_id", "type": "string", "x-minimum": "100000000000000000", "description": "Site ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Package not found or bad site", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "200": {"description": "Success"}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Updates"], "produces": ["application/json"], "description": "Download a package by site_id (\"sites\") and filename.
Rate limit: 2 call per minute for each user token.
Use this command to manually deploy Agent updates that cannot be deployed with the update-software command (see Agent Actions > Update Software) or through the Console.", "summary": "Download Package", "x-s1-required-permissions": ["Packages.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_update_agent_download_{site_id}_{package_id}_get"}}, "/web/api/v2.1/user": {"get": {"parameters": [{"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "groupIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "tenant", "type": "boolean", "description": "Indicates a tenant scope request", "required": false}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "User retrieved correctly.", "schema": {"$ref": "#/definitions/users.schemas_UserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get a user by token.", "summary": "User by token", "x-s1-required-permissions": ["Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_user_get"}}, "/web/api/v2.1/users": {"get": {"parameters": [{"in": "query", "name": "skip", "type": "integer", "default": null, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\".", "x-nullable": true, "required": false}, {"in": "query", "name": "limit", "type": "integer", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\".", "required": false}, {"in": "query", "name": "cursor", "type": "string", "default": null, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\".", "x-nullable": true, "required": false}, {"in": "query", "name": "countOnly", "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects.", "required": false}, {"in": "query", "name": "skipCount", "type": "boolean", "default": null, "description": "If true, total number of items will not be calculated, which speeds up execution time.", "x-nullable": true, "required": false}, {"in": "query", "name": "sortBy", "type": "string", "default": null, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "createdAt", "fullName", "firstLogin", "lastLogin", "source", "email", "emailVerified", "dateJoined", "twoFaEnabled", "twoFaStatus", "apiTokenCreatedAt", "apiTokenExpiresAt", "canGenerateApiToken"], "x-nullable": true, "required": false}, {"in": "query", "name": "sortOrder", "type": "string", "default": null, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"], "x-nullable": true, "required": false}, {"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "string", "description": "User Source. Example: \"mgmt\".", "enum": ["mgmt", "sso_saml", "active_directory", "global"], "required": false}, {"in": "query", "name": "sources", "type": "array", "maxItems": 5000, "description": "Source in. Example: \"mgmt\".", "items": {"type": "string", "enum": ["mgmt", "sso_saml", "active_directory", "global"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "email", "type": "string", "pattern": "(^[-!#$%&'*+/=?^_`{}|~0-9A-Z]+(\\.[-!#$%&'*+/=?^_`{}|~0-9A-Z]+)*|^\"([\\001-\\010\\013\\014\\016-\\037!#-\\[\\]-\\177]|\\\\[\\001-011\\013\\014\\016-\\177])*\")@(?:[A-Z0-9](?:[A-Z0-9(-|_).]{0,259}[A-Z0-9])?)$", "description": "Email. Example: \"admin@sentinelone.com\".", "required": false}, {"in": "query", "name": "email__contains", "type": "array", "maxItems": 100, "description": "Match email partially (substring)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "emailReadOnly", "type": "boolean", "description": "True if email cannot be changed", "required": false}, {"in": "query", "name": "fullName", "type": "string", "description": "Full name", "required": false}, {"in": "query", "name": "fullName__contains", "type": "array", "maxItems": 5000, "description": "Match full name partially (substring)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fullNameReadOnly", "type": "boolean", "description": "True if full name cannot be changed", "required": false}, {"in": "query", "name": "firstLogin", "type": "string", "format": null, "description": "First login. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastLogin", "type": "string", "format": null, "description": "Last login. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "dateJoined", "type": "string", "format": null, "description": "Date joined. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "groupsReadOnly", "type": "boolean", "description": "[DEPRECATED] True if permissions cannot be changed", "required": false}, {"in": "query", "name": "twoFaEnabled", "type": "boolean", "description": "Two fa enabled", "required": false}, {"in": "query", "name": "primaryTwoFaMethod", "type": "string", "description": "Primary two fa method", "required": false}, {"in": "query", "name": "emailVerified", "type": "boolean", "description": "Return only verified/unverified users", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: full_name, email, description", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "roleIds", "type": "array", "maxItems": 5000, "description": "List of rbac roles to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "twoFaStatus", "type": "string", "description": "Two fa status", "required": false}, {"in": "query", "name": "twoFaStatuses", "type": "array", "maxItems": 5000, "description": "Two fa status in", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "canGenerateApiToken", "type": "boolean", "description": "Can generate api token", "required": false}, {"in": "query", "name": "hasValidApiToken", "type": "boolean", "description": "Has valid api token", "required": false}, {"in": "query", "name": "lastActivation__lt", "type": "string", "format": null, "description": "User was last active before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__lte", "type": "string", "format": null, "description": "User was last active before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__gt", "type": "string", "format": null, "description": "User was last active after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__gte", "type": "string", "format": null, "description": "User was last active after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__between", "type": "string", "description": "Date range for when the user was last active (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "apiTokenExpiresAt__lt", "type": "string", "format": null, "description": "API token expires before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__lte", "type": "string", "format": null, "description": "API token expires before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__gt", "type": "string", "format": null, "description": "API token expires after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__gte", "type": "string", "format": null, "description": "API token expires after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__between", "type": "string", "description": "Date range for when the API token expires (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "User was created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "User was created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "User was created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "User was created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for when the user was created (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "List of users retrieved successfully.", "schema": {"$ref": "#/definitions/users.schemas_GetUserListSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get a list of users.", "summary": "List users", "x-s1-required-permissions": ["Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_get"}, "post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_CreateUserSchema"}}], "responses": {"403": {"description": "Not enough permissions to create user.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User created successfully.", "schema": {"$ref": "#/definitions/users.schemas_UserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Create a new user.", "summary": "Create User", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_post"}}, "/web/api/v2.1/export/users": {"get": {"parameters": [{"in": "query", "name": "siteIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "accountIds", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "source", "type": "string", "description": "User Source. Example: \"mgmt\".", "enum": ["mgmt", "sso_saml", "active_directory", "global"], "required": false}, {"in": "query", "name": "sources", "type": "array", "maxItems": 5000, "description": "Source in. Example: \"mgmt\".", "items": {"type": "string", "enum": ["mgmt", "sso_saml", "active_directory", "global"]}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "email", "type": "string", "pattern": "(^[-!#$%&'*+/=?^_`{}|~0-9A-Z]+(\\.[-!#$%&'*+/=?^_`{}|~0-9A-Z]+)*|^\"([\\001-\\010\\013\\014\\016-\\037!#-\\[\\]-\\177]|\\\\[\\001-011\\013\\014\\016-\\177])*\")@(?:[A-Z0-9](?:[A-Z0-9(-|_).]{0,259}[A-Z0-9])?)$", "description": "Email. Example: \"admin@sentinelone.com\".", "required": false}, {"in": "query", "name": "email__contains", "type": "array", "maxItems": 100, "description": "Match email partially (substring)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "emailReadOnly", "type": "boolean", "description": "True if email cannot be changed", "required": false}, {"in": "query", "name": "fullName", "type": "string", "description": "Full name", "required": false}, {"in": "query", "name": "fullName__contains", "type": "array", "maxItems": 5000, "description": "Match full name partially (substring)", "items": {"type": "string", "minLength": 2}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "fullNameReadOnly", "type": "boolean", "description": "True if full name cannot be changed", "required": false}, {"in": "query", "name": "firstLogin", "type": "string", "format": null, "description": "First login. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastLogin", "type": "string", "format": null, "description": "Last login. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "dateJoined", "type": "string", "format": null, "description": "Date joined. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "groupsReadOnly", "type": "boolean", "description": "[DEPRECATED] True if permissions cannot be changed", "required": false}, {"in": "query", "name": "twoFaEnabled", "type": "boolean", "description": "Two fa enabled", "required": false}, {"in": "query", "name": "primaryTwoFaMethod", "type": "string", "description": "Primary two fa method", "required": false}, {"in": "query", "name": "emailVerified", "type": "boolean", "description": "Return only verified/unverified users", "required": false}, {"in": "query", "name": "query", "type": "string", "description": "Full text search for fields: full_name, email, description", "required": false}, {"in": "query", "name": "ids", "type": "array", "maxItems": 5000, "description": "List of user IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "roleIds", "type": "array", "maxItems": 5000, "description": "List of rbac roles to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "x-minimum": "100000000000000000"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "twoFaStatus", "type": "string", "description": "Two fa status", "required": false}, {"in": "query", "name": "twoFaStatuses", "type": "array", "maxItems": 5000, "description": "Two fa status in", "items": {"type": "string"}, "required": false, "collectionFormat": "csv"}, {"in": "query", "name": "canGenerateApiToken", "type": "boolean", "description": "Can generate api token", "required": false}, {"in": "query", "name": "hasValidApiToken", "type": "boolean", "description": "Has valid api token", "required": false}, {"in": "query", "name": "lastActivation__lt", "type": "string", "format": null, "description": "User was last active before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__lte", "type": "string", "format": null, "description": "User was last active before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__gt", "type": "string", "format": null, "description": "User was last active after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__gte", "type": "string", "format": null, "description": "User was last active after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "lastActivation__between", "type": "string", "description": "Date range for when the user was last active (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "apiTokenExpiresAt__lt", "type": "string", "format": null, "description": "API token expires before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__lte", "type": "string", "format": null, "description": "API token expires before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__gt", "type": "string", "format": null, "description": "API token expires after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__gte", "type": "string", "format": null, "description": "API token expires after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "apiTokenExpiresAt__between", "type": "string", "description": "Date range for when the API token expires (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}, {"in": "query", "name": "createdAt__lt", "type": "string", "format": null, "description": "User was created before this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__lte", "type": "string", "format": null, "description": "User was created before or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gt", "type": "string", "format": null, "description": "User was created after this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__gte", "type": "string", "format": null, "description": "User was created after or at this timestamp. Example: \"2018-02-27T04:49:26.257525Z\".", "pattern": null, "required": false}, {"in": "query", "name": "createdAt__between", "type": "string", "description": "Date range for when the user was created (format: -, inclusive). Example: \"1514978890136-1514978650130\".", "required": false}], "responses": {"200": {"description": "Success"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Export User data to a CSV, for Users that match the filter.", "summary": "Export Users", "x-s1-required-permissions": ["Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_export_users_get"}}, "/web/api/v2.1/users/{user_id}": {"get": {"parameters": [{"in": "path", "name": "user_id", "type": "string", "x-minimum": "100000000000000000", "description": "User ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Could not retrieve user.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User retrieved successfully.", "schema": {"$ref": "#/definitions/users.schemas_SingleUserSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get a user by ID.", "summary": "Get User", "x-s1-required-permissions": ["Users.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_{user_id}_get"}, "delete": {"parameters": [{"in": "path", "name": "user_id", "type": "string", "x-minimum": "100000000000000000", "description": "User ID. Example: \"225494730938493804\".", "required": true}], "responses": {"403": {"description": "Insufficient permissions.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User deleted successfully.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Delete a user by ID.", "summary": "Delete User", "x-s1-required-permissions": ["Users.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_{user_id}_delete"}, "put": {"parameters": [{"in": "path", "name": "user_id", "type": "string", "x-minimum": "100000000000000000", "description": "User ID. Example: \"225494730938493804\".", "required": true}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_UpdateUserSchema"}}], "responses": {"409": {"description": "User or Email already taken.", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "404": {"description": "User not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Forbidden.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User updated successfully.", "schema": {"$ref": "#/definitions/users.schemas_UserSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Change properties of the user of the given ID.", "summary": "Update User", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.edit", "Users.allowGenerateApiToken"], "operationId": "_web_api_users_{user_id}_put"}}, "/web/api/v2.1/users/delete-users": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_BulkUsersActionSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Delete all users that match the filter.", "summary": "Bulk Delete Users", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.delete"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_delete-users_post"}}, "/web/api/v2.1/users/generate-iframe-token": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_CreateIFrameUserSchema"}}], "responses": {"403": {"description": "Not enough permissions to create user.", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User created successfully.", "schema": {"$ref": "#/definitions/users.schemas_GetCreateIFrameTokenSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get a new iFrame token with the provided limitations.", "summary": "Generate iFrame Token", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.create"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_generate-iframe-token_post"}}, "/web/api/v2.1/users/2fa/enable": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_UserIdSchema"}}], "responses": {"403": {"description": "No permission for the action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "2FA successfully enabled", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Enable two-factor authentication for a given user.", "summary": "Enable 2FA", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.edit"], "operationId": "_web_api_users_2fa_enable_post"}}, "/web/api/v2.1/users/2fa/disable": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_UserIdSchema"}}], "responses": {"403": {"description": "No permission for the action", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "2FA successfully disabled", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Disable Two-Factor Authentication for one user. This requires the ID of the user (run \"users\").", "summary": "Disable 2FA", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.edit"], "operationId": "_web_api_users_2fa_disable_post"}}, "/web/api/v2.1/users/generate-api-token": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_GenerateApiTokenSchema"}}], "responses": {"409": {"description": "API token conflict (already generated)", "schema": {"$ref": "#/definitions/_NoDataSchema_409"}}, "200": {"description": "API token delivered to user", "schema": {"$ref": "#/definitions/users.schemas_GetApiTokenSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get the API token for the authenticated user.", "summary": "Generate API Token", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_generate-api-token_post"}}, "/web/api/v2.1/users/revoke-api-token": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_UserIdSchema"}}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Api token revoked", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Revoke an API token.", "summary": "Revoke API Token", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.revokeOtherUsersApiTokens"], "operationId": "_web_api_users_revoke-api-token_post"}}, "/web/api/v2.1/users/{user_id}/api-token-details": {"get": {"parameters": [{"in": "path", "name": "user_id", "type": "string", "x-minimum": "100000000000000000", "description": "User ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/users.schemas_ApiTokenDetailSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get the details of the API token generated for a given user.", "summary": "API Token by User ID", "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.view"], "operationId": "_web_api_users_{user_id}_api-token-details_get"}}, "/web/api/v2.1/users/api-token-details": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_ApiTokenSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/users.schemas_ApiTokenDetailSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Get details of the API token that matches the filter.", "summary": "API Token Details", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_api-token-details_post"}}, "/web/api/v2.1/users/enable-app": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_EnableAppSchema"}}], "responses": {"200": {"description": "2FA app enabled", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Enable support for the 2FA app (such as Duo or Google Authenticator) that your Console users will use to log in.", "summary": "Enable 2FA App", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_enable-app_post"}}, "/web/api/v2.1/users/request-app": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_RequestAppSchema"}}], "responses": {"400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/users.schemas_RequestAppResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Request 2FA App response.", "summary": "Request 2FA App", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_request-app_post"}}, "/web/api/v2.1/users/change-password": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_ChangePasswordSchema"}}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Password changed", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Change the user password.", "summary": "Change Password", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": ["Users.edit"], "operationId": "_web_api_users_change-password_post"}}, "/web/api/v2.1/users/auth/elevate": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_ElevateSessionSchema"}}], "responses": {"200": {"description": "Elevated", "schema": {"$ref": "#/definitions/users.schemas_ElevateSessionResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Elevate a session with a third-party app, such as DUO or Google Authenticator.", "summary": "Auth Elevate", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_auth_elevate_post"}}, "/web/api/v2.1/users/auth/eula": {"post": {"parameters": [], "responses": {"200": {"description": "Authenticated", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Mark the End User License Agreement (EULA) as signed for user scopes.", "summary": "Sign EULA", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_auth_eula_post"}}, "/web/api/v2.1/users/tenant-admin-auth-check": {"get": {"parameters": [], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User is Global.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "See if logged in user is a user with the Global scope of access.", "summary": "Check Global User", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_tenant-admin-auth-check_get"}}, "/web/api/v2.1/users/rs-auth-check": {"get": {"parameters": [], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "User is allowed to use remote shell feature.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "See if the logged in user is allowed to use Remote Shell.", "summary": "Check Remote Shell Permissions", "x-s1-required-permissions": ["Endpoints.remoteShell"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_rs-auth-check_get"}}, "/web/api/v2.1/users/viewer-auth-check": {"get": {"parameters": [], "responses": {"200": {"description": "User is a viewer.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "See if the logged in user has only viewer permissions.", "summary": "Check Viewer", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_viewer-auth-check_get"}}, "/web/api/v2.1/users/onboarding/verify": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_OnboardingVerificationSchema"}}], "responses": {"404": {"description": "A user matching the input verification token wasn't found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "401": {"description": "Verification failed", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "User successfully verified", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "When a new user verifies their email, the Management gets a token. Use this command to verify the token and set a new password.", "summary": "Email Verification", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_onboarding_verify_post"}}, "/web/api/v2.1/users/onboarding/validate-token": {"get": {"parameters": [{"in": "query", "name": "token", "type": "string", "description": "Verification token", "required": true}, {"in": "query", "name": "resetPasswordFlow", "type": "boolean", "default": false, "description": "Reset password flow", "required": false}], "responses": {"404": {"description": "A user matching the input verification token wasn't found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "401": {"description": "Verification failed", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "Token is valid", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_200"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "When a new user verifies their email, the Management gets a token. Use this command to validate the token.", "summary": "Validate Verification Token", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_onboarding_validate-token_get"}}, "/web/api/v2.1/users/onboarding/send-verification-email": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_BulkUsersActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Send verification email to users that match the filter. Warning: Active users will be locked out of the Management Console until they verify (unless set_user_password_methods is on)their email. If your Management Console has Onboarding enabled, when you create a new user, the user gets an email invitation. If the user does not respond in time or loses the email, you can send it again. You can send the email invitation to multiple users. Your SMTP server must be correctly configured in Settings > SMTP for the Global scope. Changing the Global SMTP settings requires an Admin role with Global scope or Support.", "summary": "Send Verification Email", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_onboarding_send-verification-email_post"}}, "/web/api/v2.1/users/reset-2fa": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_ResetTfaSchema"}}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "2FA reset completed", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Reset 2FA for users.", "summary": "Reset 2FA", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit", "Users.allow2FAForOtherUsers"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_reset-2fa_post"}}, "/web/api/v2.1/users/delete-2fa": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_DeleteTfaSchema"}}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "2FA delete completed", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Delete 2FA for users.", "summary": "Delete 2FA", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit", "Users.allow2FAForOtherUsers"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_delete-2fa_post"}}, "/web/api/v2.1/users/enroll-2fa": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_UserIdsSchema"}}], "responses": {"404": {"description": "User not found", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "2FA enrollment completed", "schema": {"$ref": "#/definitions/users.schemas_EnrollTfaResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Enroll users for 2FA setup.", "summary": "Enroll 2FA", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit", "Users.allow2FAForOtherUsers"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_enroll-2fa_post"}}, "/web/api/v2.1/users/login/sso-saml2": {"get": {"parameters": [{"in": "query", "name": "email", "type": "string", "description": "Email address of the user trying to log in. Example: \"me@sentinelone.com\".", "required": false}, {"in": "query", "name": "scopeId", "type": "string", "x-minimum": "100000000000000000", "description": "The scope the desired SSO IdP is configured on. email is irrelevant when using scope_id. If both are provided, email is ignored. Example: \"225494730938493804\".", "required": false}], "responses": {"401": {"description": "Not authenticated user.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "302": {"description": "Login redirected."}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "If SSO is enabled for a deployment or scope, and a user attempts to log in with name and password, this command redirects the login to SSO.", "summary": "Redirect to SSO", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_sso-saml2_get"}}, "/web/api/v2.1/users/sso-saml2/re-auth": {"get": {"parameters": [], "responses": {"500": {"description": "Error in SAML handler initialization.", "schema": {"$ref": "#/definitions/_NoDataSchema_500"}}, "403": {"description": "User is not allowed to re-authenticate with their IDP", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "302": {"description": "Redirect user to their IDP for re-authentication."}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Initiates re-authentication with user's identity provider.", "summary": "Redirect to SSO for re-authentication", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_sso-saml2_re-auth_get"}}, "/web/api/v2.1/users/login/sso-saml2/{scope_id}": {"post": {"parameters": [{"in": "path", "name": "scope_id", "type": "string", "x-minimum": "100000000000000000", "description": "Scope ID. Example: \"225494730938493804\".", "required": true}], "responses": {"404": {"description": "Site not found.", "schema": {"$ref": "#/definitions/_NoDataSchema_404"}}, "401": {"description": "Not authenticated user.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "302": {"description": "SSO authenticated.", "schema": {"$ref": "#/definitions/_SuccessResponseSchema_302"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Authenticate a Single Sign-On response over SAML v2 protocol.", "summary": "Auth by SSO", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_sso-saml2_{scope_id}_post"}}, "/web/api/v2.1/users/login": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_LoginInputSchema"}}], "responses": {"401": {"description": "Login failed. May be the result of bad credentials, or a wrong authentication method if SSO or 2FA is required. A temporary token might be provided to do the required next step. The error code defines the cause and the next step.
Basic error codes:- 4010010 - authentication failed,
- 4010040 - generic login error.
Error codes related to password changes and expiration:- 4010091 - user must change password - /users/login/set-password,
- 4010092 - password expired - /users/login/set-password,
- 4010093 - password expires soon - /users/login-continue.
Error codes related to LDAP (Active Directory):- 4010050 - generic LDAP error,
- 4010060 - user has no email,
- 4010070 - user is disabled.
Error codes related to 2FA:- 4010035 - 2FA configuration - /users/request-app,
- 4010030 - 2FA required - /users/auth/app,
- 4010031 - 2FA not enrolled,
- 4010032 - 2FA enrollment expired.
", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "200": {"description": "User authenticated successfully.", "schema": {"$ref": "#/definitions/users.schemas_LoginOutputSchema_200"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Authenticate a user by username and password and return an authentication token. Rate limit: 1 call per second for each different IP address that communicates with the Console.", "summary": "Login", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_post"}}, "/web/api/v2.1/users/logout": {"post": {"parameters": [], "responses": {"401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "User logged out successfully.", "schema": {"$ref": "#/definitions/users.schemas_LogoutResponseSchema_200"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Log out the authenticated user.", "summary": "Logout", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_logout_post"}}, "/web/api/v2.1/users/login/by-api-token": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_LoginByApiTokenSchema"}}], "responses": {"401": {"description": "User authentication failed", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "user logged in", "schema": {"$ref": "#/definitions/users.schemas_TokenSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Log in to the API with a token. To learn more about temporary and 6-month tokens and how to generate them, see https://support.sentinelone.com/hc/en-us/articles/360004195934.", "summary": "Login by API Token", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_by-api-token_post"}}, "/web/api/v2.1/users/login/by-token": {"get": {"parameters": [{"in": "query", "name": "token", "type": "string", "description": "User token. Example: \"bfd9070c1afa88516d3cdfd722e62fe433e42bad6bb14da27088140ad785585f8582adaccd56fb69\".", "required": true}, {"in": "query", "name": "removedSavedScope", "type": "string", "description": "Removed saved scope", "required": false}, {"in": "query", "name": "redirectTo", "type": "string", "description": "Relative url to redirect to", "required": false}, {"in": "query", "name": "redirectToParams", "type": "string", "description": "Query params for the redirect to, without '?' prefix", "required": false}], "responses": {"401": {"description": "User authentication failed", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "user logged in"}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Log in with user token.", "summary": "Login by Token", "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_by-token_get"}}, "/web/api/v2.1/users/login-continue": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_LoginContinueSchema"}}], "responses": {"401": {"description": "Unauthorized.
In password expiration flow, a temporary token might be provided to do the required next step. The error code defines the cause and the next step.
Error codes:- 4010010 - invalid token,
- 4010094 - change password with /users/login/set-password
", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Login can continue", "schema": {"$ref": "#/definitions/users.schemas_LoginContinueResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "For SSO 2FA setup tokens, allows users to skip setting up the 2FA and proceed with their login.
Accepts a temporary token from SSO login flow with error code 4010035.
For password expiration tokens, allows users to decide if they want to change their soon to expire password now or later.
Users can also choose not to receive the notification again for this password cycle.
Accepts a temporary token from /users/login with error code 4010093.
For users eligible to be onboarded to global identity allows to decide if they want to skip and finish their login", "summary": "Continue with login due to upcoming password expiration or SSO 2FA setup", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login-continue_post"}}, "/web/api/v2.1/users/login/set-password": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_SetPasswordSchema"}}], "responses": {"401": {"description": "Unauthorized", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}, "200": {"description": "Password was set", "schema": {"$ref": "#/definitions/users.schemas_SetPasswordResponseSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Sets a new password for the user.
Used by forced password reset and password expiration flows.
Accepts temporary tokens from /users/login with error codes 4010091 and 4010092.", "summary": "Set a New Password", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_set-password_post"}}, "/web/api/v2.1/users/login/send-reset-password-email": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_BulkUsersActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Prompt reset password completed", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Prompt reset password for users.", "summary": "Prompt reset password", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_send-reset-password-email_post"}}, "/web/api/v2.1/users/login/force-reset-password-on-login": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_BulkUsersActionSchema"}}], "responses": {"403": {"description": "Insufficient permissions", "schema": {"$ref": "#/definitions/_NoDataSchema_403"}}, "200": {"description": "Users marked to reset password on next login successfully", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Force users to reset their password on next login.", "summary": "Reset password on next login", "consumes": ["application/json"], "x-s1-required-permissions": ["Users.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_users_login_force-reset-password-on-login_post"}}, "/web/api/v2.1/users/auth/app": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/users.schemas_AuthCodeSchema"}}], "responses": {"200": {"description": "Authenticated", "schema": {"$ref": "#/definitions/users.schemas_LoginOutputSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["Users"], "produces": ["application/json"], "description": "Authenticate a user with a third-party app, such as DUO or Google Authenticator, for deployments that require Two Factor Authentication.", "summary": "Auth App", "consumes": ["application/json"], "x-s1-required-permissions": null, "x-s1-optional-permissions": null, "operationId": "_web_api_users_auth_app_post"}}, "/web/api/v2.1/cnapp/vcs/filters/count": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}], "responses": {"200": {"description": "Filter count fetched successfully", "schema": {"$ref": "#/definitions/FilterCountResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Fetch filter count", "operationId": "_web_api_cnapp_vcs_filters_count_get", "summary": "Fetch filter count"}}, "/web/api/v2.1/cnapp/vcs/integration/{integrationId}/offboarding": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}], "responses": {"200": {"description": "VCS offboarding app url created successfully", "schema": {"$ref": "#/definitions/VCSOnboardingResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This API is used to off-board a VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{integrationId}_offboarding_get", "summary": "Delete a VCS Integration"}}, "/web/api/v2.1/cnapp/vcs/integration/{integrationId}/repos/disable-scan": {"put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "integrationId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/EnableDisableRepos"}}], "responses": {"200": {"description": "Successfully disabled repositories", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Deactivate scanning for repositories associated with the given VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{integrationId}_repos_disable-scan_put", "summary": "Disable scanning for repositories in a VCS integration"}}, "/web/api/v2.1/cnapp/vcs/integration/{integrationId}/repos/edit-tags": {"put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "integrationId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/EditReposTags"}}], "responses": {"200": {"description": "Tags updated successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Allows modification of tags associated with one or more repositories under a specified VCS integration. This operation supports adding, removing, or updating tags to help organize and categorize repositories effectively.", "operationId": "_web_api_cnapp_vcs_integration_{integrationId}_repos_edit-tags_put", "summary": "Edit tags for repositories in a VCS integration"}}, "/web/api/v2.1/cnapp/vcs/integration/{integrationId}/repos/enable-scan": {"put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "integrationId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/EnableDisableRepos"}}], "responses": {"200": {"description": "Successfully enabled repositories", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Activates scanning for repositories associated with the given VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{integrationId}_repos_enable-scan_put", "summary": "Enable scanning for repositories in a VCS integration"}}, "/web/api/v2.1/cnapp/vcs/integration/{integrationId}/repos/get-tags": {"post": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "integrationId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/FetchReposTags"}}], "responses": {"200": {"description": "Repositories tags fetched successfully", "schema": {"$ref": "#/definitions/FetchReposTagsResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint retrieves tags associated with repositories under a VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{integrationId}_repos_get-tags_post", "summary": "Fetch repository tags"}}, "/web/api/v2.1/cnapp/vcs/integration/{vcsIntegrationId}": {"delete": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "vcsIntegrationId", "required": true, "type": "string"}], "responses": {"200": {"description": "VCS integration deleted successfully", "schema": {"$ref": "#/definitions/DeleteVCSIntegration"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint permanently deletes a VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{vcsIntegrationId}_delete", "summary": "Delete a VCS integration"}, "put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "vcsIntegrationId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/UpdateVCSIntegration"}}], "responses": {"200": {"description": "VCS integration updated successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint allows users to update configuration details for a VCS integration.", "operationId": "_web_api_cnapp_vcs_integration_{vcsIntegrationId}_put", "summary": "Update a VCS integration"}}, "/web/api/v2.1/cnapp/vcs/integration/{vcsIntegrationId}/repos": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": false, "type": "string"}, {"in": "query", "name": "scopeIds", "required": false, "type": "string"}, {"in": "query", "name": "limit", "required": false, "type": "string"}, {"in": "query", "name": "cursor", "required": false, "type": "string"}, {"in": "query", "name": "skip", "required": false, "type": "string"}, {"in": "path", "name": "vcsIntegrationId", "required": true, "type": "string"}], "responses": {"200": {"description": "Successfully retrieved the list of repositories", "schema": {"$ref": "#/definitions/VCSRepositoriesResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Fetches a list of repositories associated with the VCS integration", "operationId": "_web_api_cnapp_vcs_integration_{vcsIntegrationId}_repos_get", "summary": "List VCS integration repositories"}}, "/web/api/v2.1/cnapp/vcs/integration/{vcsIntegrationId}/repos/resync": {"put": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "vcsIntegrationId", "required": true, "type": "string"}], "responses": {"200": {"description": "Resynchronization initiated successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Initiates a process to resynchronize repositories associated with the specified VCS integration", "operationId": "_web_api_cnapp_vcs_integration_{vcsIntegrationId}_repos_resync_put", "summary": "Resync VCS Integration Repositories"}}, "/web/api/v2.1/cnapp/vcs/integrations": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": false, "type": "string"}, {"in": "query", "name": "scopeIds", "required": false, "type": "string"}, {"in": "query", "name": "limit", "required": false, "type": "string"}, {"in": "query", "name": "skip", "required": false, "type": "string"}], "responses": {"200": {"description": "Successfully retrieved the list of VCS integrations", "schema": {"$ref": "#/definitions/VCSIntegrationsResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Fetches a list of all configured VCS integrations.", "operationId": "_web_api_cnapp_vcs_integrations_get", "summary": "List VCS integrations"}}, "/web/api/v2.1/cnapp/vcs/integrations/edit-tags": {"put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/EditIntegrationsTags"}}], "responses": {"200": {"description": "Tags updated successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Allows modification of tags in a VCS integration. This operation supports adding, removing, or updating tags to help organize and categorize integration repositories effectively.", "operationId": "_web_api_cnapp_vcs_integrations_edit-tags_put", "summary": "Edit tags for a VCS integration"}}, "/web/api/v2.1/cnapp/vcs/onboarding": {"post": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/VCSOnboarding"}}], "responses": {"200": {"description": "VCS onboarding completed successfully", "schema": {"$ref": "#/definitions/VCSOnboardingResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint allows users to onboard a new VCS integration, enabling automated scanning for secrets and IaC misconfigurations.", "operationId": "_web_api_cnapp_vcs_onboarding_post", "summary": "Onboard a new VCS integration"}}, "/web/api/v2.1/cnapp/vcs/scanner-policies": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": false, "type": "string"}, {"in": "query", "name": "scopeIds", "required": false, "type": "string"}, {"in": "query", "name": "limit", "required": false, "type": "string"}, {"in": "query", "name": "skip", "required": false, "type": "string"}], "responses": {"200": {"description": "Scanner policies fetched successfully", "schema": {"$ref": "#/definitions/ListScannerPolicy"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint retrieves a list of all configured scanner policies used for VCS and CICD integrations.", "operationId": "_web_api_cnapp_vcs_scanner-policies_get", "summary": "List VCS and CICD scanner policies"}}, "/web/api/v2.1/cnapp/vcs/scanner-policy": {"post": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/AddScannerPolicy"}}], "responses": {"200": {"description": "Scanner policy created successfully", "schema": {"$ref": "#/definitions/AddScannerPolicyResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Defines a scanning policy for a VCS integration, configuring parameters for detecting secrets, IaC misconfigurations, and vulnerabilities within repositories.", "operationId": "_web_api_cnapp_vcs_scanner-policy_post", "summary": "Create a VCS and CICD scanner policy"}}, "/web/api/v2.1/cnapp/vcs/scanner-policy/max-allowed-priority": {"get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "query", "name": "targetScopeType", "required": true, "type": "string"}, {"in": "query", "name": "targetScopeId", "required": true, "type": "string"}], "responses": {"200": {"description": "Max allowed priority fetched successfully", "schema": {"$ref": "#/definitions/ScannerPolicyMaxPriority"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint returns the maximum allowed value for the priority in scanner policies.", "operationId": "_web_api_cnapp_vcs_scanner-policy_max-allowed-priority_get", "summary": "Get max allowed priority"}}, "/web/api/v2.1/cnapp/vcs/scanner-policy/{policyId}": {"delete": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "policyId", "required": true, "type": "string"}], "responses": {"200": {"description": "VCS scanner policy deleted successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint deletes a scanner policy.", "operationId": "_web_api_cnapp_vcs_scanner-policy_{policyId}_delete", "summary": "Delete a VCS and CICD scanner policy"}, "get": {"produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "policyId", "required": true, "type": "string"}], "responses": {"200": {"description": "This endpoint fetches detailed information for a scanner policy.", "schema": {"$ref": "#/definitions/GetAScannerPolicy"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "Get a VCS and CICD scanner policy", "operationId": "_web_api_cnapp_vcs_scanner-policy_{policyId}_get", "summary": "Get a VCS and CICD scanner policy"}, "put": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "path", "name": "policyId", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/UpdateVCSScannerPolicy"}}], "responses": {"200": {"description": "Scanner policy updated successfully", "schema": {"$ref": "#/definitions/DataResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This endpoint updates an existing scanner policy. A scanner policy defines how secrets, IaC misconfigurations, and vulnerabilities should be detected and handled within a VCS integration/CICD.", "operationId": "_web_api_cnapp_vcs_scanner-policy_{policyId}_put", "summary": "Update a VCS and CICD scanner policy"}}, "/web/api/v2.1/cnapp/vcs/tunnel/user": {"post": {"consumes": ["application/json"], "produces": ["application/json"], "parameters": [{"in": "query", "name": "scopeType", "required": true, "type": "string"}, {"in": "query", "name": "scopeIds", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/TunnelUser"}}], "responses": {"200": {"description": "Tunnel user registered successfully", "schema": {"$ref": "#/definitions/TunnelUserResponse"}}, "400": {"description": "Bad Request", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}, "500": {"description": "Internal Server Error", "schema": {"$ref": "#/definitions/ErrorResponseWrapper"}}}, "tags": ["VCS Integration"], "description": "This API is used to register a new tunnel user. It sets up the necessary tunnel configuration and credentials for secure access.", "operationId": "_web_api_cnapp_vcs_tunnel_user_post", "summary": "Register Tunnel User"}}, "/web/api/v2.1/cloud-detection/alerts": {"get": {"parameters": [{"in": "query", "name": "createdAt__gt", "required": false, "type": "string", "format": "date-time", "description": "Created at greater than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "sourceProcessFileHashSha256__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source sha255. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "origAgentName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by agent name. Example: \"ilia\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sourceProcessCommandline__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source commandline. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "containerImageName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint container image name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "ruleName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by rule name. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "origAgentVersion__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by agent OS version. Example: \"7.11\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sNode__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes node name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sNamespaceLabels__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes namespace labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "analystVerdict", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter threats by a analyst verdict. Example: \"TRUE_POSITIVE\".", "items": {"type": "string", "enum": ["UNDEFINED", "TRUE_POSITIVE", "FALSE_POSITIVE", "SUSPICIOUS"]}}, {"in": "query", "name": "tenant", "required": false, "type": "boolean", "description": "Indicates a tenant scope request"}, {"in": "query", "name": "containerName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint container name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "query", "required": false, "type": "string", "description": "Full text search for all fields"}, {"in": "query", "name": "containerLabels__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint container labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sourceProcessName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source process name. Example: \"proc1.exe\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "createdAt__gte", "required": false, "type": "string", "format": "date-time", "description": "Created at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "incidentStatus", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter threats by a incident status. Example: \"IN_PROGRESS\".", "items": {"type": "string", "enum": ["UNRESOLVED", "IN_PROGRESS", "RESOLVED"]}}, {"in": "query", "name": "sourceProcessStoryline__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source storyline. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sourceProcessFileHashSha1__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source sha1. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sPodLabels__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes pod labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "osType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Included OS types", "items": {"type": "string", "enum": ["windows", "linux", "windows_legacy", "macos"]}}, {"in": "query", "name": "sourceProcessFileHashMd5__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source md5. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "limit", "required": false, "type": "integer", "format": "int32", "default": 10, "minimum": 1, "maximum": 1000, "description": "Limit number of returned items (1-1000). Example: \"10\"."}, {"in": "query", "name": "k8sNamespaceName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes namespace name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "origAgentOsRevision__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 10, "description": "Free-text filter by agent OS revision. Example: \"win7\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "sortOrder", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Sort direction. Example: \"asc\".", "enum": ["asc", "desc"]}, {"in": "query", "name": "countOnly", "required": false, "type": "boolean", "default": false, "description": "If true, only total number of items will be returned, without any of the actual objects."}, {"in": "query", "name": "severity", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Severity. Example: \"Low\".", "items": {"type": "string", "enum": ["Low", "Medium", "High", "Critical", "Info"]}}, {"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "reportedAt__gte", "required": false, "type": "string", "format": "date-time", "description": "Reported at greater or equal than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "k8sControllerName__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes controller name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "origAgentUuid__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by agent UUID. Example: \"win7\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "createdAt__lt", "required": false, "type": "string", "format": "date-time", "description": "Created at lesser than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "createdAt__lte", "required": false, "type": "string", "format": "date-time", "description": "Created at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "reportedAt__lte", "required": false, "type": "string", "format": "date-time", "description": "Reported at lesser or equal than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "k8sCluster__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "k8sControllerLabels__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes controller labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "reportedAt__lt", "required": false, "type": "string", "format": "date-time", "description": "Reported at lesser than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "cursor", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: \"YWdlbnRfaWQ6NTgwMjkzODE=\"."}, {"in": "query", "name": "ids", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "A list of Alert IDs. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "skip", "required": false, "type": "integer", "format": "int32", "default": null, "x-nullable": true, "minimum": 0, "maximum": 1000, "description": "Skip first number of items (0-1000). To iterate over more than 1000 items, use \"cursor\". Example: \"150\"."}, {"in": "query", "name": "disablePagination", "required": false, "type": "boolean", "description": "If true, all rules for requested scope will be returned"}, {"in": "query", "name": "machineType", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "agent machine type", "items": {"type": "string", "minLength": 1}}, {"in": "query", "name": "reportedAt__gt", "required": false, "type": "string", "format": "date-time", "description": "Reported at greater than. Example: \"2018-02-27T04:49:26.257525Z\"."}, {"in": "query", "name": "scopes", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Filter results by scope. Example: \"global\".", "items": {"type": "string", "enum": ["global", "group", "account", "site"]}}, {"in": "query", "name": "k8sPod__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by the endpoint Kubernetes pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by. Example: \"225494730938493804,225494730938493915\".", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "sourceProcessFilePath__contains", "required": false, "collectionFormat": "csv", "type": "array", "maxItems": 5000, "description": "Free-text filter by source file path. Example: \"rule1\".", "items": {"type": "string", "minLength": 2}}, {"in": "query", "name": "skipCount", "required": false, "type": "boolean", "default": null, "x-nullable": true, "description": "If true, total number of items will not be calculated, which speeds up execution time."}, {"in": "query", "name": "sortBy", "required": false, "type": "string", "default": null, "x-nullable": true, "description": "The column to sort the results by. Example: \"id\".", "enum": ["id", "machineType", "osName", "incidentStatus", "analystVerdict", "severity", "agentDetectionInfoMachineType", "agentDetectionInfoName", "agentDetectionInfoOsFamily", "agentDetectionInfoOsName", "agentDetectionInfoOsRevision", "agentDetectionInfoSiteId", "agentDetectionInfoUuid", "agentDetectionInfoVersion", "alertInfoAlertId", "alertInfoAnalystVerdict", "alertInfoCreatedAt", "alertInfoDvEventId", "alertInfoEventType", "alertInfoHitType", "alertInfoIncidentStatus", "alertInfoReportedAt", "alertInfoSource", "containerInfoId", "containerInfoImage", "containerInfoLabels", "containerInfoName", "kubernetesInfoCluster", "kubernetesInfoControllerKind", "kubernetesInfoControllerLabels", "kubernetesInfoControllerName", "kubernetesInfoNamespace", "kubernetesInfoNamespaceLabels", "kubernetesInfoNode", "kubernetesInfoPod", "kubernetesInfoPodLabels", "ruleInfoDescription", "ruleInfoId", "ruleInfoName", "ruleInfoScopeLevel", "ruleInfoSeverity", "ruleInfoTreatAsThreat", "sourceParentProcessInfoCommandline", "sourceParentProcessInfoFileHashMd5", "sourceParentProcessInfoFileHashSha1", "sourceParentProcessInfoFileHashSha256", "sourceParentProcessInfoFilePath", "sourceParentProcessInfoFileSignerIdentity", "sourceParentProcessInfoName", "sourceParentProcessInfoPid", "sourceParentProcessInfoPidStarttime", "sourceParentProcessInfoStoryline", "sourceParentProcessInfoIntegrityLevel", "sourceParentProcessInfoSubsystem", "sourceParentProcessInfoUser", "sourceProcessInfoCommandline", "sourceProcessInfoFileHashMd5", "sourceProcessInfoFileHashSha1", "sourceProcessInfoFileHashSha256", "sourceProcessInfoFilePath", "sourceProcessInfoFileSignerIdentity", "sourceProcessInfoName", "sourceProcessInfoPid", "sourceProcessInfoPidStarttime", "sourceProcessInfoStoryline", "sourceProcessInfoIntegrityLevel", "sourceProcessInfoSubsystem", "sourceProcessInfoUser"]}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.alerts.schemas_AlertInformationSchema_many_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["alerts"], "produces": ["application/json"], "description": "Get a list of alerts for a given scope", "summary": "Get alerts", "x-s1-required-permissions": ["Custom Alerts.view"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_alerts_get"}}, "/web/api/v2.1/cloud-detection/alerts/incident": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.alerts.schemas_AlertsIncidentSchema"}}], "responses": {"200": {"description": "Threats incident successfully updated", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["alerts"], "produces": ["application/json"], "description": "Update the incident details of an alert.", "summary": "Update Threat Incident", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Alerts.updateIncidentStatus"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_alerts_incident_post"}}, "/web/api/v2.1/cloud-detection/alerts/analyst-verdict": {"post": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.alerts.schemas_AlertsAnalystVerdictSchema"}}], "responses": {"200": {"description": "Threats incident successfully updated", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["alerts"], "produces": ["application/json"], "description": "Change the verdict of an alert", "summary": "Update Alert Analyst Verdict", "consumes": ["application/json"], "x-s1-required-permissions": ["Custom Alerts.updateAnalystVerdict"], "x-s1-optional-permissions": null, "operationId": "_web_api_cloud-detection_alerts_analyst-verdict_post"}}, "/web/api/v2.1/licenses/update-sites-modules": {"put": {"parameters": [{"in": "body", "name": "body", "schema": {"$ref": "#/definitions/licenses.schemas_SiteBulkModulesSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/_AffectedResultsSchema_200"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema_400"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema_401"}}}, "tags": ["licenses"], "produces": ["application/json"], "description": "Change the add-ons of the sites by a given filter", "summary": "Update sites add-ons", "consumes": ["application/json"], "x-s1-required-permissions": ["Sites.edit"], "x-s1-optional-permissions": null, "operationId": "_web_api_licenses_update-sites-modules_put"}}, "/web/api/v2.1/singularity-marketplace/applications": {"delete": {"consumes": ["application/json"], "produces": ["application/octet-stream"], "parameters": [{"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/DeleteApplicationRequest"}}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperAffected"}}}, "tags": ["marketplace", "Application"], "description": "Delete application integration from your Marketplace.", "operationId": "_web_api_singularity-marketplace_applications_delete", "summary": "Delete Application", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.manage"]}, "get": {"produces": ["application/octet-stream"], "parameters": [{"description": "Filter results by application catalog id. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "applicationCatalogId", "required": false, "type": "string"}, {"description": "A list of applications IDs. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "id", "required": false, "type": "string"}, {"description": "Free-text filter by application name (supports multiple values). Example: \"Service Pack 1\".", "in": "query", "name": "name__contains", "required": false, "type": "string"}, {"description": "Free-text filter by application creator (supports multiple values). Example: \"Service Pack 1\".", "in": "query", "name": "creator__contains", "required": false, "type": "string"}, {"description": "Free-text filter to match name or creator.", "in": "query", "name": "query", "required": false, "type": "string"}, {"description": "Filter results by account id. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "accountIds", "required": false, "type": "string"}, {"description": "Filter results by site id. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "siteIds", "required": false, "type": "string"}, {"description": "Cursor position returned by the last request.", "in": "query", "name": "cursor", "required": false, "type": "string"}, {"description": "Limit number of returned items (1-1000). Example: \"10\".", "in": "query", "name": "limit", "required": false, "type": "string"}, {"description": "If true, only the number of items will be returned.", "in": "query", "name": "countOnly", "required": false, "type": "string"}, {"description": "If true, pagination will be disabled.", "in": "query", "name": "disablePagination", "required": false, "type": "string"}, {"description": "The column to sort the results by. Example: \"id\".", "in": "query", "name": "sortBy", "required": false, "type": "string"}, {"description": "Sort direction (asc/desc). Example: \"asc\".", "in": "query", "name": "sortOrder", "required": false, "type": "string"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/InstalledApplicationsResponse"}}}, "tags": ["marketplace", "Application"], "description": "Get the installed Marketplace applications for a scope specified.", "operationId": "_web_api_singularity-marketplace_applications_get", "summary": "Get Installed Applications", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.view"]}, "post": {"consumes": ["application/json"], "produces": ["application/octet-stream"], "parameters": [{"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/InstallationRequest"}}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperAffected"}}}, "tags": ["marketplace", "Application"], "description": "Install application from the Application Catalog.", "operationId": "_web_api_singularity-marketplace_applications_post", "summary": "Install Applications", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.manage"]}, "put": {"consumes": ["application/json"], "produces": ["application/octet-stream"], "parameters": [{"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/UpdateConfigurationRequest"}}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperAffected"}}}, "tags": ["marketplace", "Application"], "description": "Update installed application configuration.", "operationId": "_web_api_singularity-marketplace_applications_put", "summary": "Update Application Configuration", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.manage"]}}, "/web/api/v2.1/singularity-marketplace/applications-catalog": {"get": {"produces": ["application/octet-stream"], "parameters": [{"description": "Filter results by application catalog id. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "id", "required": false, "type": "string"}, {"description": "Free-text filter by catalog application category (supports multiple values). Example: \"Service Pack 1\".", "in": "query", "name": "category__contains", "required": false, "type": "string"}, {"description": "Free-text filter by catalog application name (supports multiple values). Example: \"Service Pack 1\".", "in": "query", "name": "name__contains", "required": false, "type": "string"}, {"description": "Free-text filter by catalog application description (supports multiple values). Example: \"Service Pack 1\".", "in": "query", "name": "description__contains", "required": false, "type": "string"}, {"description": "Free-text filter to match name, description or category.", "in": "query", "name": "query", "required": false, "type": "string"}, {"description": "Filter results by application catalog category id. Example: \"225494730938493804,225494730938493915\".", "in": "query", "name": "categoryIds", "required": false, "type": "string"}, {"description": "Cursor position returned by the last request.", "in": "query", "name": "cursor", "required": false, "type": "string"}, {"description": "Limit number of returned items (1-1000). Example: \"10\".", "in": "query", "name": "limit", "required": false, "type": "string"}, {"description": "The column to sort the results by. Example: \"id\".", "in": "query", "name": "sortBy", "required": false, "type": "string"}, {"description": "Sort direction (asc/desc). Example: \"asc\".", "in": "query", "name": "sortOrder", "required": false, "type": "string"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ApplicationCatalogResponse"}}}, "tags": ["marketplace", "Applications Catalog"], "description": "Get the Marketplace Application Catalog.", "operationId": "_web_api_singularity-marketplace_applications-catalog_get", "summary": "Get Applications Catalog", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.view"]}}, "/web/api/v2.1/singularity-marketplace/applications-catalog/{applicationCatalogId}/config": {"get": {"produces": ["application/octet-stream"], "parameters": [{"in": "path", "name": "applicationCatalogId", "required": true, "type": "string"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperConfigurationSchemaFields"}}}, "tags": ["marketplace", "Applications Catalog"], "description": "Get the Configuration Fields of the Catalog Application.", "operationId": "_web_api_singularity-marketplace_applications-catalog_{applicationCatalogId}_config_get", "summary": "Get Configuration Fields", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.view"]}}, "/web/api/v2.1/singularity-marketplace/applications/{applicationId}/config": {"get": {"produces": ["application/octet-stream"], "parameters": [{"in": "path", "name": "applicationId", "required": true, "type": "string"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperApplicationWithConfigurationFields"}}}, "tags": ["marketplace", "Application"], "description": "Get the Catalog Application Configuration Fields.", "operationId": "_web_api_singularity-marketplace_applications_{applicationId}_config_get", "summary": "Get Configuration Fields For Installed Application", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.view"]}}, "/web/api/v2.1/singularity-marketplace/applications/{applicationMode}": {"post": {"consumes": ["application/json"], "produces": ["application/octet-stream"], "parameters": [{"enum": ["enable", "disable"], "in": "path", "name": "applicationMode", "required": true, "type": "string"}, {"in": "body", "name": "body", "required": true, "schema": {"$ref": "#/definitions/SwitchApplicationModeRequest"}}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperAffected"}}}, "tags": ["marketplace", "Application"], "description": "Use this command to enable or disable application integrations that match the filter.", "operationId": "_web_api_singularity-marketplace_applications_{applicationMode}_post", "summary": "Enable Or Disable Application", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.manage"]}}, "/web/api/v2.1/singularity-marketplace/applications/{id}/log": {"get": {"produces": ["application/octet-stream"], "parameters": [{"description": "Application ID", "in": "path", "name": "id", "required": true, "type": "string"}, {"description": "If true, only logs with error status ('Failure' or 'Retry') will be returned", "in": "query", "name": "only_errors", "required": false, "type": "string"}], "responses": {"200": {"description": "OK", "schema": {"$ref": "#/definitions/ResponseWrapperListApplicationLogResponse"}}}, "tags": ["marketplace", "Application"], "description": "Returns application invocation log.", "operationId": "_web_api_singularity-marketplace_applications_{id}_log_get", "summary": "Get application log", "x-s1-optional-permissions": null, "x-s1-required-permissions": ["Singularity Marketplace.view"]}}, "/web/api/v2.1/xdr/assets/overview": {"post": {"parameters": [{"in": "query", "name": "accountIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "siteIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "query", "name": "groupIds", "required": false, "collectionFormat": "csv", "type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "items": {"type": "string", "minimum": 100000000000000000}}, {"in": "body", "name": "body", "schema": {"$ref": "#/definitions/v2_1.inventory.overview.schemas_InventoryOverviewJsonSchema"}}], "responses": {"200": {"description": "Success", "schema": {"$ref": "#/definitions/v2_1.inventory.overview.schemas_InventoryOverviewResponseSchema"}}, "400": {"description": "Invalid user input received. See error details for further information.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}, "401": {"description": "Unauthorized access - please sign in and retry.", "schema": {"$ref": "#/definitions/_NoDataSchema"}}}, "tags": ["overview"], "produces": ["application/json"], "x-s1-required-permissions": ["XDR Inventory.view"], "x-s1-optional-permissions": null, "description": "Get overview of a resource belonging to a category", "summary": "Cloud Inventory resource overview", "consumes": ["application/json"], "operationId": "_web_api_xdr_assets_overview_post"}}}, "tags": [{"name": "Accounts", "description": "Listing customer accounts"}, {"name": "Activities", "description": "Get system activities"}, {"name": "Agent Actions", "description": "Bulk actions to apply on agents"}, {"name": "Agent Support Actions", "description": "Advanced actions on agents"}, {"name": "Agents", "description": "Agent views and operations"}, {"name": "Agents Repository (Beta)", "description": "Agents Repository (Beta)"}, {"name": "Application Management", "description": "Application Management views and operations"}, {"name": "Application Management Settings", "description": "Application Management Policy Settings"}, {"name": "Application Risk", "description": "Installed applications and known vulnerabilities and exposures. Available for Complete SKU only."}, {"name": "Application Risk (Deprecated)", "description": "Installed applications and known vulnerabilities and exposures. Available for Complete SKU only."}, {"description": "Auto Upgrade Policy API related APIs", "name": "Auto Upgrade Policy"}, {"name": "Cloud Funnel", "description": "Cloud Funnel Control Plane"}, {"name": "Cloud Resources", "description": "Cloud Resources Data"}, {"name": "Config Overrides", "description": "Agents configuration override"}, {"name": "Custom Detection Rule", "description": "Managing Custom Detection Rules"}, {"name": "Datalake Unified Actions", "description": "Datalake Unified Actions"}, {"name": "Deep Visibility", "description": "Deep Visibility features"}, {"name": "Default Reports", "description": "Default Reports related endpoints - Requires Reports permission and appropriate license"}, {"name": "Device Control", "description": "Device control related endpoints"}, {"name": "Dynamic tag rules", "description": "API for managing dynamic tag rules"}, {"name": "Exclusions and Blocklist", "description": "Exclusions related endpoints"}, {"name": "Exclusions v2.1", "description": "Exclusions related endpoints"}, {"name": "Filters", "description": "Saved network filters"}, {"name": "Filters", "description": "Saved network filters"}, {"name": "Firewall Control", "description": "Firewall Control related endpoints"}, {"name": "Forensics", "description": "Forensics APIs"}, {"name": "Gateways", "description": "Gateway views and misc. operations"}, {"name": "Graph", "description": "Query graph"}, {"name": "Graph Query Builder", "description": "Graph Query Builder metadata"}, {"name": "Graph Query Management", "description": "Graph Query Management"}, {"name": "Groups", "description": "Groups related endpoints"}, {"name": "Hashes", "description": "Hashes related endpoints"}, {"name": "Hyperautomation", "description": "Hyperautomation Public APIs"}, {"name": "ISPM", "description": "Identity Security Posture Management views and operations"}, {"name": "Inventory", "description": "Inventory Resources"}, {"name": "Inventory AI ML", "description": "Inventory AI ML Resources"}, {"name": "Inventory AI ML Filters", "description": "Inventory AI ML Resource Filters"}, {"name": "Inventory Account", "description": "Inventory Account Resources"}, {"name": "Inventory Account Filters", "description": "Inventory Account Resource Filters"}, {"name": "Inventory Application Integration", "description": "Inventory Application Integration Resources"}, {"name": "Inventory Application Integration Filters", "description": "Inventory Application Integration Resource Filters"}, {"name": "Inventory Cloud Application", "description": "Inventory Cloud Application Resources"}, {"name": "Inventory Cloud Application Filters", "description": "Inventory Cloud Application Resource Filters"}, {"name": "Inventory Cloud Surface", "description": "Inventory Cloud Surface Resources"}, {"name": "Inventory Cloud Surface Filters", "description": "Inventory Cloud Surface Resource Filters"}, {"name": "Inventory Container", "description": "Inventory Container Resources"}, {"name": "Inventory Container Filters", "description": "Inventory Container Resource Filters"}, {"name": "Inventory Data Analysis", "description": "Inventory Data Analysis Resources"}, {"name": "Inventory Data Analysis Filters", "description": "Inventory Data Analysis Resource Filters"}, {"name": "Inventory Data Store", "description": "Inventory Data Store Resources"}, {"name": "Inventory Data Store Filters", "description": "Inventory Data Store Resource Filters"}, {"name": "Inventory Developer Tool", "description": "Inventory Developer Tool Resources"}, {"name": "Inventory Developer Tool Filters", "description": "Inventory Developer Tool Resource Filters"}, {"name": "Inventory Device", "description": "Inventory Device Resources"}, {"name": "Inventory Device Filters", "description": "Inventory Device Resource Filters"}, {"name": "Inventory Endpoint Surface", "description": "Inventory Endpoint Surface Resources"}, {"name": "Inventory Endpoint Surface Filters", "description": "Inventory Endpoint Surface Resource Filters"}, {"name": "Inventory Filters", "description": "Inventory Resources Filters"}, {"name": "Inventory Function", "description": "Inventory Function Resources"}, {"name": "Inventory Function Filters", "description": "Inventory Function Resource Filters"}, {"name": "Inventory Governance", "description": "Inventory Governance Resources"}, {"name": "Inventory Governance Filters", "description": "Inventory Governance Resource Filters"}, {"name": "Inventory Identity", "description": "Inventory Identity Resources"}, {"name": "Inventory Identity Filters", "description": "Inventory Identity Resource Filters"}, {"name": "Inventory Identity Surface", "description": "Inventory Identity Surface Resources"}, {"name": "Inventory Identity Surface Filters", "description": "Inventory Identity Surface Resource Filters"}, {"name": "Inventory Network", "description": "Inventory Network Resources"}, {"name": "Inventory Network Discovery Surface", "description": "Inventory Network Discovery Surface Resources"}, {"name": "Inventory Network Discovery Surface Filters", "description": "Inventory Network Discovery Surface Resource Filters"}, {"name": "Inventory Network Filters", "description": "Inventory Network Resource Filters"}, {"name": "Inventory Notes", "description": "Inventory Notes Resources"}, {"name": "Inventory Server", "description": "Inventory Server Resources"}, {"name": "Inventory Server Filters", "description": "Inventory Server Resource Filters"}, {"name": "Inventory Storage", "description": "Inventory Storage Resources"}, {"name": "Inventory Storage Filters", "description": "Inventory Storage Resource Filters"}, {"name": "Inventory Tags", "description": "Inventory Tags Resources"}, {"name": "Inventory Unified Actions", "description": "Inventory Unified Actions"}, {"name": "Inventory Workstation", "description": "Inventory Workstation Resource Filters"}, {"name": "Live Updates", "description": "Live updates related APIs"}, {"name": "Locations", "description": "Define and manage locations for endpoints."}, {"name": "Log Collection", "description": "Log Collection operations"}, {"name": "Long Running Query", "description": "Long Running Query API enables asynchronous querying."}, {"name": "Mobile Integration", "description": "Mobile Integration"}, {"name": "Network Discovery", "description": "Network Discovery views and operations"}, {"name": "Network Discovery Self Enablement", "description": "[DEPRECATED] Network Discovery self enablement views and operations"}, {"name": "Network Quarantine Control", "description": "Network Quarantine related endpoints"}, {"name": "Platform Detection Rules", "description": "Manage Platform Detection Rules"}, {"name": "Policies", "description": "Policies related endpoints"}, {"name": "RBAC", "description": "RBAC APIs"}, {"name": "Remote Ops MMS", "description": "Remote Ops MMS"}, {"name": "RemoteOps Forensics", "description": "RemoteOps Forensics operations"}, {"name": "RemoteOps Forensics", "description": "RemoteOps Forensics operations"}, {"name": "RemoteOps Scripts", "description": "RemoteOps Scripts operations"}, {"name": "RemoteOps Scripts", "description": "RemoteOps scripts operations"}, {"name": "Saved Searches", "description": "Saved Searches API enables persistence and retrieval of search URLs for use in Event Search."}, {"name": "Sentinel Deploy", "description": "Sentinel deploy views and operations"}, {"name": "Service Users", "description": "Service Users related APIs"}, {"name": "Settings", "description": "System settings"}, {"name": "Sites", "description": "Sites related endpoints"}, {"name": "System", "description": "General system information"}, {"name": "Tag Manager", "description": "Tag Manager operations"}, {"name": "Tags", "description": "Tags related operations"}, {"name": "Tasks", "description": "Task related operations"}, {"name": "Threat Intelligence", "description": "Managing Threat Intelligence"}, {"name": "Threat Notes", "description": "Threat Notes REST API"}, {"name": "Threats", "description": "Threat related operations"}, {"name": "Unprotected Endpoints Discovery", "description": "Unprotected Endpoints Discovery views and operations"}, {"name": "Updates", "description": "File uploads related endpoints"}, {"name": "Users", "description": "User related APIs"}, {"description": "APIs for VCS integration management and CICD scanner policy configuration.", "name": "VCS Integration"}, {"name": "alerts", "description": "None"}, {"name": "licenses", "description": "None"}, {"description": "None", "name": "marketplace"}, {"name": "overview", "description": "Endpoint definitions for overview of resources."}], "swagger": "2.0", "definitions": {"_ActivityViewSchema_many_200": {"type": "object", "properties": {"pagination": {"description": "Pagination information", "type": "object", "properties": {"nextCursor": {"type": "string", "default": null, "example": "YWdlbnRfaWQ6NTgwMjkzODE=", "description": "Pass this value as \"cursor\" on your next request, to get the next page of results (Will be \"null\" when last page reached)", "x-nullable": true}, "totalItems": {"type": "integer", "example": 580, "description": "Total number of items found matching your query"}}, "required": ["totalItems"]}, "errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "description": "Activity ID", "example": "225494730938493804"}, "activityUuid": {"type": "string", "description": "Activity UUID"}, "createdAt": {"type": "string", "format": null, "description": "Activity creation time (UTC)", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt": {"type": "string", "format": null, "description": "Activity last updated time (UTC)", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "activityType": {"type": "integer", "description": "Activity type"}, "data": {"type": "object", "description": "Extra activity specific data", "example": {"computer_name": "COMP_1234", "username": "my_user"}}, "primaryDescription": {"type": "string", "description": "Primary description"}, "secondaryDescription": {"type": "string", "description": "Secondary description"}, "comments": {"type": "string", "description": "Comments"}, "osFamily": {"type": "string", "description": "Agent's OS type (if applicable)", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"], "x-nullable": true}, "description": {"type": "string", "description": "Extra activity information"}, "hash": {"type": "string", "description": "Threat file hash (If applicable)"}, "agentUpdatedVersion": {"type": "string", "description": "Agent's new version (If applicable)", "example": "2.5.1.1320"}, "userId": {"type": "string", "x-minimum": "100000000000000000", "description": "The user who invoked the activity (If applicable)", "example": "225494730938493804"}, "threatId": {"type": "string", "x-minimum": "100000000000000000", "description": "Related threat (If applicable)", "example": "225494730938493804"}, "agentId": {"type": "string", "x-minimum": "100000000000000000", "description": "Related agent (If applicable)", "example": "225494730938493804"}, "accountId": {"type": "string", "x-minimum": "100000000000000000", "description": "Related account id (If applicable)", "example": "225494730938493804"}, "siteId": {"type": "string", "x-minimum": "100000000000000000", "description": "Related site id (If applicable)", "example": "225494730938493804"}, "groupId": {"type": "string", "x-minimum": "100000000000000000", "description": "Related group id (If applicable)", "example": "225494730938493804"}, "accountName": {"type": "string", "description": "Related account name (If applicable)"}, "siteName": {"type": "string", "description": "Related site name (If applicable)"}, "groupName": {"type": "string", "description": "Related group name (If applicable)"}}}}}, "required": ["pagination"]}, "_NoDataSchema_400": {"type": "object", "properties": {"errors": {"description": "A list of encountered errors", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer", "description": "Error code", "example": 400010}, "title": {"type": "string", "description": "Error general description", "example": "Bad parameter given"}, "detail": {"type": "string", "description": "Error detailed description", "example": "Failed to process input parameter. String cannot contain spaces.", "x-nullable": true}, "params": {"type": "object", "description": "Extra data that are sent within the error", "example": {"token": "aefaef1232123aeefAasdasasdasdewre245234234fdsccv.=="}}}, "required": ["code", "detail", "title"]}}}}, "_NoDataSchema_401": {"type": "object", "properties": {"errors": {"description": "A list of encountered errors", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer", "description": "Error code", "example": 400010}, "title": {"type": "string", "description": "Error general description", "example": "Bad parameter given"}, "detail": {"type": "string", "description": "Error detailed description", "example": "Failed to process input parameter. String cannot contain spaces.", "x-nullable": true}, "params": {"type": "object", "description": "Extra data that are sent within the error", "example": {"token": "aefaef1232123aeefAasdasasdasdewre245234234fdsccv.=="}}}, "required": ["code", "detail", "title"]}}}}, "activities_ActivityTypesSchema_many_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"action": {"type": "string", "description": "Action described in the activity"}, "descriptionTemplate": {"type": "string", "description": "Activity description template as seen in activity page"}, "id": {"type": "integer", "description": "Activity type ID"}}}}}}, "activities_ActivityAsMessageSchema_200": {"type": "object", "properties": {"pagination": {"description": "Pagination information", "type": "object", "properties": {"nextCursor": {"type": "string", "default": null, "example": "YWdlbnRfaWQ6NTgwMjkzODE=", "description": "Pass this value as \"cursor\" on your next request, to get the next page of results (Will be \"null\" when last page reached)", "x-nullable": true}, "totalItems": {"type": "integer", "example": 580, "description": "Total number of items found matching your query"}}, "required": ["totalItems"]}, "errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "object", "properties": {"activityId": {"type": "string", "description": "ID of the activity"}, "syslogMessage": {"type": "string", "description": "Syslog message corresponding to the activity"}}}}, "required": ["pagination"]}, "agents.schemas_AgentViewSchema_many_200": {"type": "object", "properties": {"pagination": {"description": "Pagination information", "type": "object", "properties": {"nextCursor": {"type": "string", "default": null, "example": "YWdlbnRfaWQ6NTgwMjkzODE=", "description": "Pass this value as \"cursor\" on your next request, to get the next page of results (Will be \"null\" when last page reached)", "x-nullable": true}, "totalItems": {"type": "integer", "example": 580, "description": "Total number of items found matching your query"}}, "required": ["totalItems"]}, "errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "description": "Agent ID", "example": "225494730938493804"}, "createdAt": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Created at", "pattern": null}, "updatedAt": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Updated at", "pattern": null}, "groupUpdatedAt": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Group updated at", "pattern": null}, "policyUpdatedAt": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Policy updated at", "pattern": null}, "accountId": {"type": "string", "x-minimum": "100000000000000000", "description": "A reference to the containing account", "example": "225494730938493804"}, "accountName": {"type": "string", "description": "Name of the containing account"}, "siteId": {"type": "string", "x-minimum": "100000000000000000", "description": "A reference to the containing site", "example": "225494730938493804"}, "siteName": {"type": "string", "description": "Name of the containing site"}, "groupId": {"type": "string", "x-minimum": "100000000000000000", "description": "A reference to the containing network group", "example": "225494730938493804"}, "groupName": {"type": "string", "description": "Name of the containing network group"}, "licenseKey": {"type": "string", "description": "License key"}, "uuid": {"type": "string", "description": "Agent's universally unique identifier", "example": "ff819e70af13be381993075eb0ce5f2f6de05be2"}, "agentVersion": {"type": "string", "example": "2.5.0.2417", "description": "Agent version"}, "networkInterfaces": {"description": "Device's network interfaces", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804", "description": "Id"}, "name": {"type": "string", "description": "Name"}, "physical": {"type": "string", "description": "Interface's MAC address", "example": "00:25:96:FF:FE:12:34:56"}, "inet": {"type": "array", "description": "IPv4 addresses", "example": ["192.168.0.1", "192.168.0.2"], "items": {"type": "string"}}, "inet6": {"type": "array", "description": "IPv6 addresses", "example": ["2001:db8:a0b:12f0::1", "2001:db8:a0b:12f0::2"], "items": {"type": "string"}}, "gatewayMacAddress": {"type": "string", "description": "The default gateway mac address", "example": "00:25:96:FF:FE:12"}, "gatewayIp": {"type": "string", "description": "The default gateway ip", "example": "192.168.1.1"}}}}, "domain": {"type": "string", "description": "Network domain", "example": "mybusiness.net"}, "computerName": {"type": "string", "example": "JOHN-WIN-4125", "description": "Computer name"}, "osName": {"type": "string", "example": "Windows 10", "description": "Os name"}, "osRevision": {"type": "string", "description": "Os revision"}, "osArch": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"], "description": "Os arch"}, "osUsername": {"type": "string", "description": "Os username"}, "osStartTime": {"type": "string", "format": null, "description": "Last boot time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "osType": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}, "totalMemory": {"type": "integer", "description": "Memory size (MB)", "example": 8192}, "modelName": {"type": "string", "description": "Device model", "example": "Acme computers - 15x4k"}, "machineType": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"], "description": "Machine type"}, "cpuId": {"type": "string", "description": "CPU model", "example": "Acme chips inc. Pro5555 @ 3.33GHz"}, "cpuCount": {"type": "integer", "description": "Number of CPUs", "example": 2}, "coreCount": {"type": "integer", "description": "CPU cores", "example": 8}, "externalIp": {"type": "string", "description": "External IPv4 address", "example": "31.155.5.7"}, "groupIp": {"type": "string", "description": "IP Address subnet", "example": "31.155.5.x"}, "activeThreats": {"type": "integer", "description": "Current number of active threats", "example": 3}, "infected": {"type": "boolean", "readOnly": true, "description": "Indicates if the Agent has active threats"}, "threatRebootRequired": {"type": "boolean", "description": "Has at least one threat with at least one mitigation action that is pending reboot to succeed"}, "lastActiveDate": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Last active date", "pattern": null}, "isActive": {"type": "boolean", "description": "Indicates if the agent was recently active"}, "isUpToDate": {"type": "boolean", "description": "Indicates if the agent version is up to date"}, "networkStatus": {"type": "string", "description": "Agent's network connectivity status", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}, "registeredAt": {"type": "string", "format": null, "description": "Time of first registration to management console (similar to createdAt)", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "isPendingUninstall": {"type": "boolean", "description": "Agent with a pending uninstall request"}, "isUninstalled": {"type": "boolean", "description": "Indicates if Agent was removed from the device"}, "isDecommissioned": {"type": "boolean", "description": "Is Agent decommissioned"}, "encryptedApplications": {"type": "boolean", "description": "Disk encryption status"}, "lastLoggedInUserName": {"type": "string", "example": "janedoe3", "description": "Last logged in user name"}, "activeDirectory": {"description": "Active Directory data", "type": "object", "properties": {"lastUserDistinguishedName": {"type": "string", "example": "CN=John Doe,CN=Users,DC=sentinelone,DC=com", "description": "Last user distinguished name"}, "lastUserMemberOf": {"type": "array", "example": ["CN=Users,DC=sentinelone,DC=com", "CN=Managers,CN=Users,DC=sentinelone,DC=com"], "description": "Last user member of", "items": {"type": "string"}}, "computerDistinguishedName": {"type": "string", "example": "CN=TEMP-T470P,CN=Computers,DC=sentinelone,DC=com", "description": "Computer distinguished name"}, "computerMemberOf": {"type": "array", "example": ["CN=Computers,DC=sentinelone,DC=com", "CN=Servers,CN=Computers,DC=sentinelone,DC=com"], "description": "Computer member of", "items": {"type": "string"}}, "userPrincipalName": {"type": "string", "example": "some@mail.com", "description": "User principal name"}, "mail": {"type": "string", "example": "ActiveDirectory UPN", "description": "Mail"}}}, "scanStatus": {"type": "string", "description": "Last scan status", "example": "none", "enum": ["none", "started", "aborted", "finished"]}, "scanStartedAt": {"type": "string", "format": null, "description": "Start time of last scan", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "scanFinishedAt": {"type": "string", "format": null, "description": "Finish time of last scan (If applicable)", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "scanAbortedAt": {"type": "string", "format": null, "description": "Abort time of last scan (If applicable)", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "fullDiskScanLastUpdatedAt": {"type": "string", "format": null, "description": "Last time scan status was updated", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "mitigationMode": {"type": "string", "description": "Agent mitigation mode policy", "example": "detect", "enum": ["detect", "protect"]}, "mitigationModeSuspicious": {"type": "string", "description": "Mitigation mode policy for suspicious activity", "example": "detect", "enum": ["detect", "protect"]}, "userActionsNeeded": {"type": "array", "description": "A list of pending user actions. List items possible values: \"none, user_action_needed, reboot_needed, upgrade_needed, incompatible_os, unprotected, rebootless_without_dynamic_detection, extended_exclusions_partially_accepted, reboot_required, pending_deprecation, ne_not_running, ne_cf_not_active, performance_optimization_awaited\".", "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited"]}}, "missingPermissions": {"type": "array", "description": "A list of missing permissions. List items possible values: \"user_action_needed_fda, user_action_needed_rs_fda, user_action_needed_fda_helper, user_action_needed_fda_sentineld, user_action_needed_bluetooth_per, user_action_needed_network, user_action_needed_notifications\".", "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "consoleMigrationStatus": {"type": "string", "description": "What step the agent is at in the process of migrating to another console, if any", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}, "appsVulnerabilityStatus": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"], "description": "Apps vulnerability status"}, "inRemoteShellSession": {"type": "boolean", "description": "Is the Agent in a remote shell session"}, "allowRemoteShell": {"type": "boolean", "description": "Agent is capable and policy enabled for remote shell"}, "locations": {"description": "A list of locations reported by the Agent", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "description": "Location ID", "example": "225494730938493804"}, "name": {"type": "string", "description": "Location name", "example": "office1"}, "scope": {"type": "string", "description": "Location scope", "example": "site", "enum": ["site", "global", "account", "group"]}}}}, "locationType": {"type": "string", "description": "Reported location type", "example": "not_applicable", "enum": ["not_applicable", "not_supported", "specific", "fallback"]}, "externalId": {"type": "string", "description": "External id set by customer"}, "serialNumber": {"type": "string", "description": "Serial Number of the endpoint"}, "machineSid": {"type": "string", "description": "Machine SID of the endpoint"}, "installerType": {"type": "string", "description": "Installer package type (file extension)", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}, "rangerVersion": {"type": "string", "description": "The version of Network Discovery"}, "rangerStatus": {"type": "string", "description": "Is Agent disabled as a Network Discovery", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "lastIpToMgmt": {"type": "string", "description": "The last ip used to connect to the Management console"}, "operationalState": {"type": "string", "description": "Agent operational state"}, "operationalStateExpiration": {"type": "string", "format": null, "description": "Agent operational state expiration", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "remoteProfilingState": {"type": "string", "description": "Agent remote profiling state"}, "remoteProfilingStateExpiration": {"type": "string", "format": "date-time", "description": "Agent remote profiling state expiration inseconds"}, "networkQuarantineEnabled": {"type": "boolean", "description": "Network quarantine enabled"}, "firewallEnabled": {"type": "boolean", "description": "Firewall enabled"}, "locationEnabled": {"type": "boolean", "description": "Location enabled"}, "cloudProviders": {"type": "object", "description": "Cloud providers for this agent", "additionalProperties": {"type": "object", "properties": {"agentNamespace": {"type": "string"}, "agentPodName": {"type": "string"}, "awsRole": {"type": "string"}, "awsSecurityGroups": {"type": "array", "items": {"type": "string"}}, "awsSubnetIds": {"type": "array", "items": {"type": "string"}}, "azureResourceGroup": {"type": "string"}, "cloudAccount": {"type": "string"}, "cloudImage": {"type": "string"}, "cloudInstanceId": {"type": "string"}, "cloudInstanceSize": {"type": "string"}, "cloudLocation": {"type": "string"}, "cloudNetwork": {"type": "string"}, "cloudTags": {"type": "array", "items": {"type": "string"}}, "clusterName": {"type": "string"}, "gcpServiceAccount": {"type": "string"}, "kubernetesNodeLabels": {"type": "array", "items": {"type": "string"}}, "kubernetesNodeName": {"type": "string"}, "kubernetesType": {"type": "string"}, "kubernetesVersion": {"type": "string"}, "ecsType": {"type": "string"}, "ecsVersion": {"type": "string"}, "ecsClusterName": {"type": "string"}, "ecsTaskArn": {"type": "string"}, "ecsTaskAvailabilityZone": {"type": "string"}, "ecsServiceName": {"type": "string"}, "ecsServiceArn": {"type": "string"}, "ecsTaskDefinitionFamily": {"type": "string"}, "ecsTaskDefinitionRevision": {"type": "string"}, "ecsTaskDefinitionArn": {"type": "string"}}}}, "storageType": {"type": "string", "description": "Storage Type"}, "storageName": {"type": "string", "description": "Storage Name"}, "detectionState": {"type": "string", "description": "Detection State"}, "firstFullModeTime": {"type": "string", "format": null, "description": "Date of the first time the Agent moved to full or slim detection modes", "pattern": null}, "tags": {"description": "Agent's attached tags", "type": "object", "properties": {"sentinelone": {"description": "SentinelOne tags section", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "description": "Tag ID", "example": "225494730938493804"}, "key": {"type": "string", "description": "Tag key"}, "value": {"type": "string", "description": "Tag value"}, "assignedAt": {"type": "string", "format": null, "description": "when tag assigned to the agent", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "assignedBy": {"type": "string", "description": "full user name who assigned the tag to the agent"}, "assignedById": {"type": "string", "x-minimum": "100000000000000000", "description": "user ID who assigned the tag to the agent", "example": "225494730938493804"}}}}}}, "showAlertIcon": {"type": "boolean", "description": "Show alert icon in agent view and details"}, "lastSuccessfulScanDate": {"type": "string", "format": null, "description": "Last successful full disc scan time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "proxyStates": {"description": "Proxy state information", "type": "object", "properties": {"console": {"type": "boolean", "description": "Connected to Management Console using a proxy"}, "deepVisibility": {"type": "boolean", "description": "Connected to Deep Visibility using a proxy"}}}, "containerizedWorkloadCounts": {"description": "Containerized workload counts", "type": "object", "properties": {"podsCount": {"type": "integer", "description": "Number of K8s pods the agent is currently protecting"}, "containersCount": {"type": "integer", "description": "Number of containers the agent is currently protecting"}, "tasksCount": {"type": "integer", "description": "Number of tasks the agent is currently protecting"}}}, "hasContainerizedWorkload": {"type": "boolean", "description": "Indicates whether the agent protects containerized workload at the moment"}, "isAdConnector": {"type": "boolean", "description": "Indicates if the Agent is ADConnector"}, "isHyperAutomate": {"type": "boolean", "description": "Indicates if PNA for Hyper Automate Enabled"}, "activeProtection": {"type": "array", "description": "A list of agent active protections. List items possible values: \"edr, idr\".", "items": {"type": "string", "example": "edr", "enum": ["edr", "idr"]}}}}}}, "required": ["pagination"]}, "agents.schemas_AgentsCountSchema_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "object", "properties": {"total": {"type": "integer", "description": "Number of Agents matching the input filter"}}}}}, "_NoDataSchema_403": {"type": "object", "properties": {"errors": {"description": "A list of encountered errors", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer", "description": "Error code", "example": 400010}, "title": {"type": "string", "description": "Error general description", "example": "Bad parameter given"}, "detail": {"type": "string", "description": "Error detailed description", "example": "Failed to process input parameter. String cannot contain spaces.", "x-nullable": true}, "params": {"type": "object", "description": "Extra data that are sent within the error", "example": {"token": "aefaef1232123aeefAasdasasdasdewre245234234fdsccv.=="}}}, "required": ["code", "detail", "title"]}}}}, "agents.schemas_AgentPassphraseSchema_many_200": {"type": "object", "properties": {"pagination": {"description": "Pagination information", "type": "object", "properties": {"nextCursor": {"type": "string", "default": null, "example": "YWdlbnRfaWQ6NTgwMjkzODE=", "description": "Pass this value as \"cursor\" on your next request, to get the next page of results (Will be \"null\" when last page reached)", "x-nullable": true}, "totalItems": {"type": "integer", "example": 580, "description": "Total number of items found matching your query"}}, "required": ["totalItems"]}, "errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "x-minimum": "100000000000000000", "description": "Agent ID", "example": "225494730938493804"}, "uuid": {"type": "string", "description": "Agent's universally unique identifier", "example": "ff819e70af13be381993075eb0ce5f2f6de05be2"}, "domain": {"type": "string", "description": "Network domain", "example": "mybusiness.net"}, "computerName": {"type": "string", "example": "JOHN-WIN-4125", "description": "Computer name"}, "lastLoggedInUserName": {"type": "string", "example": "janedoe3", "description": "Last logged in user name"}, "passphrase": {"type": "string", "description": "Generated passphrase for the agent", "example": "DUNE BRAG LINT RATE ATE WEE BLOB BUSS SIS TINY GREW SHOD"}}}}}, "required": ["pagination"]}, "_NoDataSchema_404": {"type": "object", "properties": {"errors": {"description": "A list of encountered errors", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer", "description": "Error code", "example": 400010}, "title": {"type": "string", "description": "Error general description", "example": "Bad parameter given"}, "detail": {"type": "string", "description": "Error detailed description", "example": "Failed to process input parameter. String cannot contain spaces.", "x-nullable": true}, "params": {"type": "object", "description": "Extra data that are sent within the error", "example": {"token": "aefaef1232123aeefAasdasasdasdewre245234234fdsccv.=="}}}, "required": ["code", "detail", "title"]}}}}, "agents.schemas_AgentApplicationsSchema_many_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name"}, "size": {"type": "integer", "description": "Size"}, "version": {"type": "string", "description": "Version"}, "publisher": {"type": "string", "description": "Publisher"}, "installedDate": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Installed date", "pattern": null}}}}}}, "agents.schemas_AgentProcessesSchema_many_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "array", "items": {"type": "object", "properties": {"pid": {"type": "integer", "description": "Process ID"}, "processName": {"type": "string", "description": "Process name"}, "cpuUsage": {"type": "integer", "description": "CPU Usage (%)"}, "memoryUsage": {"type": "integer", "description": "Memory usage (MB)"}, "executablePath": {"type": "string", "description": "Executable path"}, "startTime": {"type": "string", "format": null, "example": "2018-02-27T04:49:26.257525Z", "description": "Start time", "pattern": null}}}}}}, "agents.schemas_GetAgentApprovalResponse_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "object", "properties": {"agentAuthorization": {"type": "string", "description": "Agent authorization"}, "siteAuthorization": {"type": "string", "description": "Site authorization"}}}}}, "agents.schemas_AgentsBroadcastActionSchema": {"type": "object", "properties": {"filter": {"description": "Applied filter - only matched Agents will be affected by the requested action. Leave empty to apply the action on all applicable Agents.", "type": "object", "properties": {"siteIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "accountIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "groupIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredGroupIds": {"type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredSiteIds": {"type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "registeredAt__between": {"type": "string", "description": "Date range for first registration time (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastActiveDate__between": {"type": "string", "description": "Date range for last active date(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastSuccessfulScanDate__between": {"type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "isActive": {"type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}}, "isPendingUninstall": {"type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}}, "infected": {"type": "boolean", "description": "Include only Agents with at least one active threat"}, "isUpToDate": {"type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}}, "query": {"type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term).", "example": "Linux"}, "agentVersions": {"type": "array", "maxItems": 5000, "description": "Agent versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "agentVersionsNin": {"type": "array", "maxItems": 5000, "description": "Agent versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersions": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersionsNin": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "osArch": {"type": "string", "description": "OS architecture", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}, "osArches": {"type": "array", "maxItems": 5000, "description": "OS architectures to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osArchesNin": {"type": "array", "maxItems": 5000, "description": "OS architectures not to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osTypes": {"type": "array", "maxItems": 5000, "description": "Included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "osTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "scanStatuses": {"type": "array", "maxItems": 5000, "description": "Included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "scanStatusesNin": {"type": "array", "maxItems": 5000, "description": "Not included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "machineTypes": {"type": "array", "maxItems": 5000, "description": "Included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "machineTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "storageTypes": {"type": "array", "maxItems": 5000, "description": "Included storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "storageTypesNin": {"type": "array", "maxItems": 5000, "description": "Excluded storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "networkStatuses": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "networkStatusesNin": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "domains": {"type": "array", "maxItems": 5000, "description": "Included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "domainsNin": {"type": "array", "maxItems": 5000, "description": "Not included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "encryptedApplications": {"type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}}, "totalMemory__between": {"type": "string", "description": "Total memory range (GB, inclusive)", "example": "4-8"}, "coreCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "cpuCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "userActionsNeeded": {"type": "array", "maxItems": 5000, "description": "Included pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissions": {"type": "array", "maxItems": 5000, "description": "Included missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "userActionsNeededNin": {"type": "array", "maxItems": 5000, "description": "Excluded pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissionsNin": {"type": "array", "maxItems": 5000, "description": "Excluded missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "adQuery": {"type": "string", "example": "CN=Managers,DC=sentinelone,DC=com", "description": "An Active Directory query string"}, "hasLocalConfiguration": {"type": "boolean", "description": "Agent has a local configuration set"}, "consoleMigrationStatuses": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status in", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "consoleMigrationStatusesNin": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status nin", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "appsVulnerabilityStatuses": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status in", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "appsVulnerabilityStatusesNin": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status nin", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "locationIds": {"type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "locationIdsNin": {"type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "installerTypes": {"type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "installerTypesNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "operationalStates": {"type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}}, "operationalStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}}, "remoteProfilingStates": {"type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}}, "remoteProfilingStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}}, "rangerStatuses": {"type": "array", "maxItems": 5000, "description": "Status of Network Discovery", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatusesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatus": {"type": "string", "description": "[DEPRECATED] Use rangerStatuses.", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "threatRebootRequired": {"type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}}, "networkQuarantineEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}}, "firewallEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}}, "locationEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}}, "cloudProvider": {"type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}}, "cloudProviderNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}}, "tagsData": {"type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key.", "example": "{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}"}, "hasTags": {"type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False"}, "isAdConnector": {"type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}}, "isHyperAutomate": {"type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}}, "activeProtection": {"type": "array", "maxItems": 5000, "description": "Included agent active protections", "example": ["edr", "idr"], "items": {"type": "string", "example": "edr", "enum": ["edr", "idr"]}}, "externalIp__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values)", "example": ["205", "127.0"], "items": {"type": "string", "minLength": 2}}, "computerName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values)", "example": ["john-office", "WIN"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceInet__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values)", "example": ["192", "10.0.0"], "items": {"type": "string", "minLength": 2}}, "networkInterfacePhysical__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceGatewayMacAddress__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "lastLoggedInUserName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values)", "example": ["admin", "johnd1"], "items": {"type": "string", "minLength": 2}}, "osVersion__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values)", "example": ["Service Pack 1"], "items": {"type": "string", "minLength": 2}}, "adQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory username string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory user groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "John"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer name string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "Windows"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "uuid__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values)", "example": ["e92-01928", "b055"], "items": {"type": "string", "minLength": 2}}, "externalId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID)", "example": ["Tag#1 - monitoring", "Performance machine"], "items": {"type": "string", "minLength": 2}}, "awsRole__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSecurityGroups__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSubnetIds__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentNamespace__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentPodName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "azureResourceGroup__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudImage__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceSize__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudLocation__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudNetwork__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudTags__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "clusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "gcpServiceAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeLabels__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "liveUpdateId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "serialNumber__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cpuId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values)", "example": ["Intel", "AMD"], "items": {"type": "string", "minLength": 2}}, "ecsType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}}, "ecsVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}}, "ecsClusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}}, "ecsTaskArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskAvailabilityZone__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}}, "ecsServiceName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}}, "ecsServiceArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionFamily__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionRevision__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}}, "isDecommissioned": {"type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both", "example": [true, false], "items": {"type": "boolean"}}, "isUninstalled": {"type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both", "example": [true, false], "items": {"type": "boolean"}}, "computerNameOrUuid__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "ids": {"type": "array", "maxItems": 5000, "description": "Included Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "idsNin": {"type": "array", "maxItems": 5000, "description": "Excluded Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filterId": {"type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter", "example": "225494730938493804"}, "decommissionedAt__gte": {"type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lt": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lte": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__gt": {"type": "string", "format": null, "description": "Agents decommissioned after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__between": {"type": "string", "description": "Date range for decommission time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "createdAt__lt": {"type": "string", "format": null, "description": "Agents created before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__lte": {"type": "string", "format": null, "description": "Agents created before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gt": {"type": "string", "format": null, "description": "Agents created after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gte": {"type": "string", "format": null, "description": "Agents created after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__between": {"type": "string", "description": "Date range for creation time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "updatedAt__lt": {"type": "string", "format": null, "description": "Agents updated before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__lte": {"type": "string", "format": null, "description": "Agents updated before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gt": {"type": "string", "format": null, "description": "Agents updated after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gte": {"type": "string", "format": null, "description": "Agents updated after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__between": {"type": "string", "description": "Date range for update time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "computerName__like": {"type": "string", "description": "Match computer name partially (substring)", "example": "Lab1"}, "computerName": {"type": "string", "example": "My Office Desktop", "description": "Computer name"}, "agentVersion__lt": {"type": "string", "description": "Agents versions less than given version", "example": "2.5.1.1320"}, "agentVersion__lte": {"type": "string", "description": "Agents versions less than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__gt": {"type": "string", "description": "Agents versions greater than given version", "example": "2.5.1.1320"}, "agentVersion__gte": {"type": "string", "description": "Agents versions greater than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__between": {"type": "string", "description": "Version range for agent version (format: -, inclusive)", "example": "2.0.0.0-2.1.5.144"}, "uuid": {"type": "string", "description": "Agent's universally unique identifier", "example": "ff819e70af13be381993075eb0ce5f2f6de05be2"}, "uuids": {"type": "array", "maxItems": 5000, "description": "A list of included UUIDs", "example": ["ff819e70af13be381993075eb0ce5f2f6de05b11", "ff819e70af13be381993075eb0ce5f2f6de05c22"], "items": {"type": "string"}}, "scanStatus": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status"}, "threatMitigationStatus": {"type": "string", "description": "Include only Agents that have threats with this mitigation status", "example": "mitigated", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"]}, "threatResolved": {"type": "boolean", "description": "Include only Agents with at least one resolved threat"}, "threatHidden": {"type": "boolean", "description": "Include only Agents with at least one hidden threat"}, "threatContentHash": {"type": "string", "description": "Include only Agents that have at least one threat with this content hash", "example": "cf23df2207d99a74fbe169e3eba035e633b65d94"}, "threatCreatedAt__lt": {"type": "string", "format": null, "description": "Agents with threats reported before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__lte": {"type": "string", "format": null, "description": "Agents with threats reported before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gt": {"type": "string", "format": null, "description": "Agents with threats reported after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gte": {"type": "string", "format": null, "description": "Agents with threats reported after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__between": {"type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "activeThreats": {"type": "integer", "description": "Include Agents with this amount of active threats", "example": 3}, "activeThreats__gt": {"type": "integer", "description": "Include Agents with at least this amount of active threats", "example": 5}, "mitigationMode": {"type": "string", "description": "Agent mitigation mode policy", "example": "detect", "enum": ["detect", "protect"]}, "mitigationModeSuspicious": {"type": "string", "description": "Mitigation mode policy for suspicious activity", "example": "detect", "enum": ["detect", "protect"]}, "registeredAt__lt": {"type": "string", "format": null, "description": "Agents registered before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__lte": {"type": "string", "format": null, "description": "Agents registered before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gt": {"type": "string", "format": null, "description": "Agents registered after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gte": {"type": "string", "format": null, "description": "Agents registered after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lt": {"type": "string", "format": null, "description": "Agents last active before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lte": {"type": "string", "format": null, "description": "Agents last active before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gt": {"type": "string", "format": null, "description": "Agents last active after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gte": {"type": "string", "format": null, "description": "Agents last active after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lt": {"type": "string", "format": null, "description": "Agents last successful full disk scan before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lte": {"type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gt": {"type": "string", "format": null, "description": "Agents last successful full disk scan after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gte": {"type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "coreCount__lt": {"type": "integer", "description": "CPU cores (less than)"}, "coreCount__lte": {"type": "integer", "description": "CPU cores (less than or equal)"}, "coreCount__gt": {"type": "integer", "description": "CPU cores (more than)"}, "coreCount__gte": {"type": "integer", "description": "CPU cores (more than or equal)"}, "cpuCount__lt": {"type": "integer", "description": "Number of CPUs (less than)"}, "cpuCount__lte": {"type": "integer", "description": "Number of CPUs (less than or equal)"}, "cpuCount__gt": {"type": "integer", "description": "Number of CPUs (more than)"}, "cpuCount__gte": {"type": "integer", "description": "Number of CPUs (more than or equal)"}, "totalMemory__lt": {"type": "integer", "description": "Memory size (MB, less than)"}, "totalMemory__lte": {"type": "integer", "description": "Memory size (MB, less than or equal)"}, "totalMemory__gt": {"type": "integer", "description": "Memory size (MB, more than)"}, "totalMemory__gte": {"type": "integer", "description": "Memory size (MB, more than or equal)"}, "migrationStatus": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status"}, "gatewayIp": {"type": "string", "example": "192.168.0.1", "description": "Gateway ip"}, "csvFilterId": {"type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by", "example": "225494730938493804"}, "rsoLevel": {"type": "string", "description": "Supported Remote Script Orchestration level", "example": "none", "enum": ["none", "pro", "ars"]}, "remoteOpsForensicsSupported": {"type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported"}, "hasContainerizedWorkload": {"type": "boolean", "description": "Include only Agents protecting containerized workloads"}, "windowsOsRevision__gte": {"type": "integer", "description": "Agents os revision than or equal to given version"}, "windowsOsRevision__lte": {"type": "integer", "description": "Agents os revision lower than or equal to given version"}, "rsoLevels": {"type": "array", "maxItems": 5000, "description": "A list of included rso_levels", "example": ["pro", "ars"], "items": {"type": "string"}}}}, "data": {"description": "Data", "type": "object", "properties": {"message": {"type": "string", "minLength": 1, "description": "Message to broadcast to agents.", "example": "Network issues expected in the next hour. FYI."}}, "required": ["message"]}}, "required": ["data", "filter"]}, "_AffectedResultsSchema_200": {"type": "object", "properties": {"errors": {"type": "array", "example": null, "description": "Errors", "items": {"type": "object"}, "x-nullable": true}, "data": {"description": "Response data", "type": "object", "properties": {"affected": {"type": "integer", "description": "Number of entities affected by the requested operation"}}}}}, "agents.schemas_AgentsActionSchema": {"type": "object", "properties": {"filter": {"description": "Applied filter - only matched Agents will be affected by the requested action. Leave empty to apply the action on all applicable Agents.", "type": "object", "properties": {"siteIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "accountIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "groupIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredGroupIds": {"type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredSiteIds": {"type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "registeredAt__between": {"type": "string", "description": "Date range for first registration time (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastActiveDate__between": {"type": "string", "description": "Date range for last active date(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastSuccessfulScanDate__between": {"type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "isActive": {"type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}}, "isPendingUninstall": {"type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}}, "infected": {"type": "boolean", "description": "Include only Agents with at least one active threat"}, "isUpToDate": {"type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}}, "query": {"type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term).", "example": "Linux"}, "agentVersions": {"type": "array", "maxItems": 5000, "description": "Agent versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "agentVersionsNin": {"type": "array", "maxItems": 5000, "description": "Agent versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersions": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersionsNin": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "osArch": {"type": "string", "description": "OS architecture", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}, "osArches": {"type": "array", "maxItems": 5000, "description": "OS architectures to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osArchesNin": {"type": "array", "maxItems": 5000, "description": "OS architectures not to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osTypes": {"type": "array", "maxItems": 5000, "description": "Included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "osTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "scanStatuses": {"type": "array", "maxItems": 5000, "description": "Included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "scanStatusesNin": {"type": "array", "maxItems": 5000, "description": "Not included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "machineTypes": {"type": "array", "maxItems": 5000, "description": "Included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "machineTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "storageTypes": {"type": "array", "maxItems": 5000, "description": "Included storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "storageTypesNin": {"type": "array", "maxItems": 5000, "description": "Excluded storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "networkStatuses": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "networkStatusesNin": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "domains": {"type": "array", "maxItems": 5000, "description": "Included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "domainsNin": {"type": "array", "maxItems": 5000, "description": "Not included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "encryptedApplications": {"type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}}, "totalMemory__between": {"type": "string", "description": "Total memory range (GB, inclusive)", "example": "4-8"}, "coreCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "cpuCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "userActionsNeeded": {"type": "array", "maxItems": 5000, "description": "Included pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissions": {"type": "array", "maxItems": 5000, "description": "Included missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "userActionsNeededNin": {"type": "array", "maxItems": 5000, "description": "Excluded pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissionsNin": {"type": "array", "maxItems": 5000, "description": "Excluded missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "adQuery": {"type": "string", "example": "CN=Managers,DC=sentinelone,DC=com", "description": "An Active Directory query string"}, "hasLocalConfiguration": {"type": "boolean", "description": "Agent has a local configuration set"}, "consoleMigrationStatuses": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status in", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "consoleMigrationStatusesNin": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status nin", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "appsVulnerabilityStatuses": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status in", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "appsVulnerabilityStatusesNin": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status nin", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "locationIds": {"type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "locationIdsNin": {"type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "installerTypes": {"type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "installerTypesNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "operationalStates": {"type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}}, "operationalStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}}, "remoteProfilingStates": {"type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}}, "remoteProfilingStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}}, "rangerStatuses": {"type": "array", "maxItems": 5000, "description": "Status of Network Discovery", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatusesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatus": {"type": "string", "description": "[DEPRECATED] Use rangerStatuses.", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "threatRebootRequired": {"type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}}, "networkQuarantineEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}}, "firewallEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}}, "locationEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}}, "cloudProvider": {"type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}}, "cloudProviderNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}}, "tagsData": {"type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key.", "example": "{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}"}, "hasTags": {"type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False"}, "isAdConnector": {"type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}}, "isHyperAutomate": {"type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}}, "activeProtection": {"type": "array", "maxItems": 5000, "description": "Included agent active protections", "example": ["edr", "idr"], "items": {"type": "string", "example": "edr", "enum": ["edr", "idr"]}}, "externalIp__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values)", "example": ["205", "127.0"], "items": {"type": "string", "minLength": 2}}, "computerName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values)", "example": ["john-office", "WIN"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceInet__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values)", "example": ["192", "10.0.0"], "items": {"type": "string", "minLength": 2}}, "networkInterfacePhysical__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceGatewayMacAddress__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "lastLoggedInUserName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values)", "example": ["admin", "johnd1"], "items": {"type": "string", "minLength": 2}}, "osVersion__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values)", "example": ["Service Pack 1"], "items": {"type": "string", "minLength": 2}}, "adQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory username string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory user groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "John"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer name string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "Windows"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "uuid__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values)", "example": ["e92-01928", "b055"], "items": {"type": "string", "minLength": 2}}, "externalId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID)", "example": ["Tag#1 - monitoring", "Performance machine"], "items": {"type": "string", "minLength": 2}}, "awsRole__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSecurityGroups__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSubnetIds__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentNamespace__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentPodName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "azureResourceGroup__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudImage__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceSize__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudLocation__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudNetwork__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudTags__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "clusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "gcpServiceAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeLabels__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "liveUpdateId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "serialNumber__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cpuId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values)", "example": ["Intel", "AMD"], "items": {"type": "string", "minLength": 2}}, "ecsType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}}, "ecsVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}}, "ecsClusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}}, "ecsTaskArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskAvailabilityZone__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}}, "ecsServiceName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}}, "ecsServiceArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionFamily__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionRevision__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}}, "isDecommissioned": {"type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both", "example": [true, false], "items": {"type": "boolean"}}, "isUninstalled": {"type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both", "example": [true, false], "items": {"type": "boolean"}}, "computerNameOrUuid__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "ids": {"type": "array", "maxItems": 5000, "description": "Included Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "idsNin": {"type": "array", "maxItems": 5000, "description": "Excluded Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filterId": {"type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter", "example": "225494730938493804"}, "decommissionedAt__gte": {"type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lt": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lte": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__gt": {"type": "string", "format": null, "description": "Agents decommissioned after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__between": {"type": "string", "description": "Date range for decommission time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "createdAt__lt": {"type": "string", "format": null, "description": "Agents created before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__lte": {"type": "string", "format": null, "description": "Agents created before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gt": {"type": "string", "format": null, "description": "Agents created after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gte": {"type": "string", "format": null, "description": "Agents created after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__between": {"type": "string", "description": "Date range for creation time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "updatedAt__lt": {"type": "string", "format": null, "description": "Agents updated before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__lte": {"type": "string", "format": null, "description": "Agents updated before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gt": {"type": "string", "format": null, "description": "Agents updated after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gte": {"type": "string", "format": null, "description": "Agents updated after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__between": {"type": "string", "description": "Date range for update time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "computerName__like": {"type": "string", "description": "Match computer name partially (substring)", "example": "Lab1"}, "computerName": {"type": "string", "example": "My Office Desktop", "description": "Computer name"}, "agentVersion__lt": {"type": "string", "description": "Agents versions less than given version", "example": "2.5.1.1320"}, "agentVersion__lte": {"type": "string", "description": "Agents versions less than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__gt": {"type": "string", "description": "Agents versions greater than given version", "example": "2.5.1.1320"}, "agentVersion__gte": {"type": "string", "description": "Agents versions greater than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__between": {"type": "string", "description": "Version range for agent version (format: -, inclusive)", "example": "2.0.0.0-2.1.5.144"}, "uuid": {"type": "string", "description": "Agent's universally unique identifier", "example": "ff819e70af13be381993075eb0ce5f2f6de05be2"}, "uuids": {"type": "array", "maxItems": 5000, "description": "A list of included UUIDs", "example": ["ff819e70af13be381993075eb0ce5f2f6de05b11", "ff819e70af13be381993075eb0ce5f2f6de05c22"], "items": {"type": "string"}}, "scanStatus": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status"}, "threatMitigationStatus": {"type": "string", "description": "Include only Agents that have threats with this mitigation status", "example": "mitigated", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"]}, "threatResolved": {"type": "boolean", "description": "Include only Agents with at least one resolved threat"}, "threatHidden": {"type": "boolean", "description": "Include only Agents with at least one hidden threat"}, "threatContentHash": {"type": "string", "description": "Include only Agents that have at least one threat with this content hash", "example": "cf23df2207d99a74fbe169e3eba035e633b65d94"}, "threatCreatedAt__lt": {"type": "string", "format": null, "description": "Agents with threats reported before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__lte": {"type": "string", "format": null, "description": "Agents with threats reported before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gt": {"type": "string", "format": null, "description": "Agents with threats reported after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gte": {"type": "string", "format": null, "description": "Agents with threats reported after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__between": {"type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "activeThreats": {"type": "integer", "description": "Include Agents with this amount of active threats", "example": 3}, "activeThreats__gt": {"type": "integer", "description": "Include Agents with at least this amount of active threats", "example": 5}, "mitigationMode": {"type": "string", "description": "Agent mitigation mode policy", "example": "detect", "enum": ["detect", "protect"]}, "mitigationModeSuspicious": {"type": "string", "description": "Mitigation mode policy for suspicious activity", "example": "detect", "enum": ["detect", "protect"]}, "registeredAt__lt": {"type": "string", "format": null, "description": "Agents registered before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__lte": {"type": "string", "format": null, "description": "Agents registered before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gt": {"type": "string", "format": null, "description": "Agents registered after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gte": {"type": "string", "format": null, "description": "Agents registered after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lt": {"type": "string", "format": null, "description": "Agents last active before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lte": {"type": "string", "format": null, "description": "Agents last active before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gt": {"type": "string", "format": null, "description": "Agents last active after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gte": {"type": "string", "format": null, "description": "Agents last active after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lt": {"type": "string", "format": null, "description": "Agents last successful full disk scan before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lte": {"type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gt": {"type": "string", "format": null, "description": "Agents last successful full disk scan after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gte": {"type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "coreCount__lt": {"type": "integer", "description": "CPU cores (less than)"}, "coreCount__lte": {"type": "integer", "description": "CPU cores (less than or equal)"}, "coreCount__gt": {"type": "integer", "description": "CPU cores (more than)"}, "coreCount__gte": {"type": "integer", "description": "CPU cores (more than or equal)"}, "cpuCount__lt": {"type": "integer", "description": "Number of CPUs (less than)"}, "cpuCount__lte": {"type": "integer", "description": "Number of CPUs (less than or equal)"}, "cpuCount__gt": {"type": "integer", "description": "Number of CPUs (more than)"}, "cpuCount__gte": {"type": "integer", "description": "Number of CPUs (more than or equal)"}, "totalMemory__lt": {"type": "integer", "description": "Memory size (MB, less than)"}, "totalMemory__lte": {"type": "integer", "description": "Memory size (MB, less than or equal)"}, "totalMemory__gt": {"type": "integer", "description": "Memory size (MB, more than)"}, "totalMemory__gte": {"type": "integer", "description": "Memory size (MB, more than or equal)"}, "migrationStatus": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status"}, "gatewayIp": {"type": "string", "example": "192.168.0.1", "description": "Gateway ip"}, "csvFilterId": {"type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by", "example": "225494730938493804"}, "rsoLevel": {"type": "string", "description": "Supported Remote Script Orchestration level", "example": "none", "enum": ["none", "pro", "ars"]}, "remoteOpsForensicsSupported": {"type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported"}, "hasContainerizedWorkload": {"type": "boolean", "description": "Include only Agents protecting containerized workloads"}, "windowsOsRevision__gte": {"type": "integer", "description": "Agents os revision than or equal to given version"}, "windowsOsRevision__lte": {"type": "integer", "description": "Agents os revision lower than or equal to given version"}, "rsoLevels": {"type": "array", "maxItems": 5000, "description": "A list of included rso_levels", "example": ["pro", "ars"], "items": {"type": "string"}}}}, "data": {"description": "Data", "type": "object", "properties": {}, "x-nullable": true}}, "required": ["filter"]}, "agents.schemas_AgentFetchLogsActionSchema": {"type": "object", "properties": {"data": {"description": "Data", "type": "object", "properties": {"agentLogs": {"type": "boolean", "description": "Fetch Agent logs"}, "customerFacingLogs": {"type": "boolean", "description": "Fetch customer-facing logs"}, "platformLogs": {"type": "boolean", "description": "Actively fetch logs from the relevant platform: windows/mac/linux"}}}, "filter": {"description": "Applied filter - only matched Agents will be affected by the requested action. Leave empty to apply the action on all applicable Agents.", "type": "object", "properties": {"siteIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "accountIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "groupIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredGroupIds": {"type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredSiteIds": {"type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "registeredAt__between": {"type": "string", "description": "Date range for first registration time (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastActiveDate__between": {"type": "string", "description": "Date range for last active date(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastSuccessfulScanDate__between": {"type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "isActive": {"type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}}, "isPendingUninstall": {"type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}}, "infected": {"type": "boolean", "description": "Include only Agents with at least one active threat"}, "isUpToDate": {"type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}}, "query": {"type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term).", "example": "Linux"}, "agentVersions": {"type": "array", "maxItems": 5000, "description": "Agent versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "agentVersionsNin": {"type": "array", "maxItems": 5000, "description": "Agent versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersions": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersionsNin": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "osArch": {"type": "string", "description": "OS architecture", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}, "osArches": {"type": "array", "maxItems": 5000, "description": "OS architectures to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osArchesNin": {"type": "array", "maxItems": 5000, "description": "OS architectures not to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osTypes": {"type": "array", "maxItems": 5000, "description": "Included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "osTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "scanStatuses": {"type": "array", "maxItems": 5000, "description": "Included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "scanStatusesNin": {"type": "array", "maxItems": 5000, "description": "Not included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "machineTypes": {"type": "array", "maxItems": 5000, "description": "Included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "machineTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "storageTypes": {"type": "array", "maxItems": 5000, "description": "Included storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "storageTypesNin": {"type": "array", "maxItems": 5000, "description": "Excluded storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "networkStatuses": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "networkStatusesNin": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "domains": {"type": "array", "maxItems": 5000, "description": "Included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "domainsNin": {"type": "array", "maxItems": 5000, "description": "Not included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "encryptedApplications": {"type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}}, "totalMemory__between": {"type": "string", "description": "Total memory range (GB, inclusive)", "example": "4-8"}, "coreCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "cpuCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "userActionsNeeded": {"type": "array", "maxItems": 5000, "description": "Included pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissions": {"type": "array", "maxItems": 5000, "description": "Included missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "userActionsNeededNin": {"type": "array", "maxItems": 5000, "description": "Excluded pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissionsNin": {"type": "array", "maxItems": 5000, "description": "Excluded missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "adQuery": {"type": "string", "example": "CN=Managers,DC=sentinelone,DC=com", "description": "An Active Directory query string"}, "hasLocalConfiguration": {"type": "boolean", "description": "Agent has a local configuration set"}, "consoleMigrationStatuses": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status in", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "consoleMigrationStatusesNin": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status nin", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "appsVulnerabilityStatuses": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status in", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "appsVulnerabilityStatusesNin": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status nin", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "locationIds": {"type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "locationIdsNin": {"type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "installerTypes": {"type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "installerTypesNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "operationalStates": {"type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}}, "operationalStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}}, "remoteProfilingStates": {"type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}}, "remoteProfilingStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}}, "rangerStatuses": {"type": "array", "maxItems": 5000, "description": "Status of Network Discovery", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatusesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatus": {"type": "string", "description": "[DEPRECATED] Use rangerStatuses.", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "threatRebootRequired": {"type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}}, "networkQuarantineEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}}, "firewallEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}}, "locationEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}}, "cloudProvider": {"type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}}, "cloudProviderNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}}, "tagsData": {"type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key.", "example": "{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}"}, "hasTags": {"type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False"}, "isAdConnector": {"type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}}, "isHyperAutomate": {"type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}}, "activeProtection": {"type": "array", "maxItems": 5000, "description": "Included agent active protections", "example": ["edr", "idr"], "items": {"type": "string", "example": "edr", "enum": ["edr", "idr"]}}, "externalIp__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values)", "example": ["205", "127.0"], "items": {"type": "string", "minLength": 2}}, "computerName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values)", "example": ["john-office", "WIN"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceInet__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values)", "example": ["192", "10.0.0"], "items": {"type": "string", "minLength": 2}}, "networkInterfacePhysical__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceGatewayMacAddress__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "lastLoggedInUserName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values)", "example": ["admin", "johnd1"], "items": {"type": "string", "minLength": 2}}, "osVersion__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values)", "example": ["Service Pack 1"], "items": {"type": "string", "minLength": 2}}, "adQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory username string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory user groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "John"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer name string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "Windows"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "uuid__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values)", "example": ["e92-01928", "b055"], "items": {"type": "string", "minLength": 2}}, "externalId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID)", "example": ["Tag#1 - monitoring", "Performance machine"], "items": {"type": "string", "minLength": 2}}, "awsRole__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSecurityGroups__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSubnetIds__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentNamespace__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentPodName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "azureResourceGroup__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudImage__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceSize__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudLocation__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudNetwork__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudTags__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "clusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "gcpServiceAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeLabels__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "liveUpdateId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "serialNumber__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cpuId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values)", "example": ["Intel", "AMD"], "items": {"type": "string", "minLength": 2}}, "ecsType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}}, "ecsVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}}, "ecsClusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}}, "ecsTaskArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskAvailabilityZone__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}}, "ecsServiceName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}}, "ecsServiceArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionFamily__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionRevision__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}}, "isDecommissioned": {"type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both", "example": [true, false], "items": {"type": "boolean"}}, "isUninstalled": {"type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both", "example": [true, false], "items": {"type": "boolean"}}, "computerNameOrUuid__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "ids": {"type": "array", "maxItems": 5000, "description": "Included Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "idsNin": {"type": "array", "maxItems": 5000, "description": "Excluded Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filterId": {"type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter", "example": "225494730938493804"}, "decommissionedAt__gte": {"type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lt": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lte": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__gt": {"type": "string", "format": null, "description": "Agents decommissioned after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__between": {"type": "string", "description": "Date range for decommission time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "createdAt__lt": {"type": "string", "format": null, "description": "Agents created before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__lte": {"type": "string", "format": null, "description": "Agents created before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gt": {"type": "string", "format": null, "description": "Agents created after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gte": {"type": "string", "format": null, "description": "Agents created after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__between": {"type": "string", "description": "Date range for creation time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "updatedAt__lt": {"type": "string", "format": null, "description": "Agents updated before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__lte": {"type": "string", "format": null, "description": "Agents updated before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gt": {"type": "string", "format": null, "description": "Agents updated after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__gte": {"type": "string", "format": null, "description": "Agents updated after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "updatedAt__between": {"type": "string", "description": "Date range for update time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "computerName__like": {"type": "string", "description": "Match computer name partially (substring)", "example": "Lab1"}, "computerName": {"type": "string", "example": "My Office Desktop", "description": "Computer name"}, "agentVersion__lt": {"type": "string", "description": "Agents versions less than given version", "example": "2.5.1.1320"}, "agentVersion__lte": {"type": "string", "description": "Agents versions less than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__gt": {"type": "string", "description": "Agents versions greater than given version", "example": "2.5.1.1320"}, "agentVersion__gte": {"type": "string", "description": "Agents versions greater than or equal to given version", "example": "2.5.1.1320"}, "agentVersion__between": {"type": "string", "description": "Version range for agent version (format: -, inclusive)", "example": "2.0.0.0-2.1.5.144"}, "uuid": {"type": "string", "description": "Agent's universally unique identifier", "example": "ff819e70af13be381993075eb0ce5f2f6de05be2"}, "uuids": {"type": "array", "maxItems": 5000, "description": "A list of included UUIDs", "example": ["ff819e70af13be381993075eb0ce5f2f6de05b11", "ff819e70af13be381993075eb0ce5f2f6de05c22"], "items": {"type": "string"}}, "scanStatus": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"], "description": "Scan status"}, "threatMitigationStatus": {"type": "string", "description": "Include only Agents that have threats with this mitigation status", "example": "mitigated", "enum": ["mitigated", "blocked", "active", "suspicious", "pending", "suspicious_resolved"]}, "threatResolved": {"type": "boolean", "description": "Include only Agents with at least one resolved threat"}, "threatHidden": {"type": "boolean", "description": "Include only Agents with at least one hidden threat"}, "threatContentHash": {"type": "string", "description": "Include only Agents that have at least one threat with this content hash", "example": "cf23df2207d99a74fbe169e3eba035e633b65d94"}, "threatCreatedAt__lt": {"type": "string", "format": null, "description": "Agents with threats reported before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__lte": {"type": "string", "format": null, "description": "Agents with threats reported before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gt": {"type": "string", "format": null, "description": "Agents with threats reported after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__gte": {"type": "string", "format": null, "description": "Agents with threats reported after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "threatCreatedAt__between": {"type": "string", "description": "Agents with threats reported in a date range (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "activeThreats": {"type": "integer", "description": "Include Agents with this amount of active threats", "example": 3}, "activeThreats__gt": {"type": "integer", "description": "Include Agents with at least this amount of active threats", "example": 5}, "mitigationMode": {"type": "string", "description": "Agent mitigation mode policy", "example": "detect", "enum": ["detect", "protect"]}, "mitigationModeSuspicious": {"type": "string", "description": "Mitigation mode policy for suspicious activity", "example": "detect", "enum": ["detect", "protect"]}, "registeredAt__lt": {"type": "string", "format": null, "description": "Agents registered before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__lte": {"type": "string", "format": null, "description": "Agents registered before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gt": {"type": "string", "format": null, "description": "Agents registered after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "registeredAt__gte": {"type": "string", "format": null, "description": "Agents registered after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lt": {"type": "string", "format": null, "description": "Agents last active before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__lte": {"type": "string", "format": null, "description": "Agents last active before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gt": {"type": "string", "format": null, "description": "Agents last active after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastActiveDate__gte": {"type": "string", "format": null, "description": "Agents last active after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lt": {"type": "string", "format": null, "description": "Agents last successful full disk scan before this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__lte": {"type": "string", "format": null, "description": "Agents last successful full disk scan before or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gt": {"type": "string", "format": null, "description": "Agents last successful full disk scan after this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "lastSuccessfulScanDate__gte": {"type": "string", "format": null, "description": "Agents last successful full disk scan after or at this time", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "coreCount__lt": {"type": "integer", "description": "CPU cores (less than)"}, "coreCount__lte": {"type": "integer", "description": "CPU cores (less than or equal)"}, "coreCount__gt": {"type": "integer", "description": "CPU cores (more than)"}, "coreCount__gte": {"type": "integer", "description": "CPU cores (more than or equal)"}, "cpuCount__lt": {"type": "integer", "description": "Number of CPUs (less than)"}, "cpuCount__lte": {"type": "integer", "description": "Number of CPUs (less than or equal)"}, "cpuCount__gt": {"type": "integer", "description": "Number of CPUs (more than)"}, "cpuCount__gte": {"type": "integer", "description": "Number of CPUs (more than or equal)"}, "totalMemory__lt": {"type": "integer", "description": "Memory size (MB, less than)"}, "totalMemory__lte": {"type": "integer", "description": "Memory size (MB, less than or equal)"}, "totalMemory__gt": {"type": "integer", "description": "Memory size (MB, more than)"}, "totalMemory__gte": {"type": "integer", "description": "Memory size (MB, more than or equal)"}, "migrationStatus": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"], "description": "Migration status"}, "gatewayIp": {"type": "string", "example": "192.168.0.1", "description": "Gateway ip"}, "csvFilterId": {"type": "string", "x-minimum": "100000000000000000", "description": "The ID of the CSV file to filter by", "example": "225494730938493804"}, "rsoLevel": {"type": "string", "description": "Supported Remote Script Orchestration level", "example": "none", "enum": ["none", "pro", "ars"]}, "remoteOpsForensicsSupported": {"type": "boolean", "description": "Include only agents that has Remote Ops Forensicsfeature supported"}, "hasContainerizedWorkload": {"type": "boolean", "description": "Include only Agents protecting containerized workloads"}, "windowsOsRevision__gte": {"type": "integer", "description": "Agents os revision than or equal to given version"}, "windowsOsRevision__lte": {"type": "integer", "description": "Agents os revision lower than or equal to given version"}, "rsoLevels": {"type": "array", "maxItems": 5000, "description": "A list of included rso_levels", "example": ["pro", "ars"], "items": {"type": "string"}}}}}, "required": ["filter"]}, "agents.schemas_AgentsDangerousActionSchema": {"type": "object", "properties": {"filter": {"description": "Applied filter - only matched Agents will be affected by the requested action. Note: One of these filter arguments must be supplied: ids, groupIds, filterId.", "type": "object", "properties": {"siteIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "accountIds": {"type": "array", "minItems": 1, "maxItems": 500, "description": "List of Account IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "groupIds": {"type": "array", "maxItems": 5000, "description": "List of network groups", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredGroupIds": {"type": "array", "maxItems": 5000, "description": "List of Group IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filteredSiteIds": {"type": "array", "maxItems": 5000, "description": "List of Site IDs to filter by", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "registeredAt__between": {"type": "string", "description": "Date range for first registration time (format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastActiveDate__between": {"type": "string", "description": "Date range for last active date(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "lastSuccessfulScanDate__between": {"type": "string", "description": "Date range for last successful full disk scan(format: -, inclusive)", "example": "1514978764288-1514978999999"}, "isActive": {"type": "array", "maxItems": 5000, "description": "Include only active Agents", "items": {"type": "boolean"}}, "isPendingUninstall": {"type": "array", "maxItems": 5000, "description": "Include only Agents with pending uninstall requests", "items": {"type": "boolean"}}, "infected": {"type": "boolean", "description": "Include only Agents with at least one active threat"}, "isUpToDate": {"type": "array", "maxItems": 5000, "description": "Include only Agents with updated software", "items": {"type": "boolean"}}, "query": {"type": "string", "description": "A free-text search term, will match applicable attributes (sub-string match). Note: Device's physical addresses will be matched if they start with the search term only (no match if they contain the term).", "example": "Linux"}, "agentVersions": {"type": "array", "maxItems": 5000, "description": "Agent versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "agentVersionsNin": {"type": "array", "maxItems": 5000, "description": "Agent versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersions": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "rangerVersionsNin": {"type": "array", "maxItems": 5000, "description": "Network Scanner versions not to include", "example": ["2.0.0.0", "2.1.5.144"], "items": {"type": "string", "example": "2.5.1.1320"}}, "osArch": {"type": "string", "description": "OS architecture", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}, "osArches": {"type": "array", "maxItems": 5000, "description": "OS architectures to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osArchesNin": {"type": "array", "maxItems": 5000, "description": "OS architectures not to include", "example": ["32 bit", "64 bit"], "items": {"type": "string", "example": "32 bit", "enum": ["32 bit", "64 bit", "ARM64"]}}, "osTypes": {"type": "array", "maxItems": 5000, "description": "Included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "osTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included OS types", "example": ["macos"], "items": {"type": "string", "description": "OS type", "example": "macos", "enum": ["macos", "windows_legacy", "windows", "linux"]}}, "scanStatuses": {"type": "array", "maxItems": 5000, "description": "Included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "scanStatusesNin": {"type": "array", "maxItems": 5000, "description": "Not included scan statuses", "example": ["started", "aborted"], "items": {"type": "string", "example": "none", "enum": ["none", "started", "aborted", "finished"]}}, "machineTypes": {"type": "array", "maxItems": 5000, "description": "Included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "machineTypesNin": {"type": "array", "maxItems": 5000, "description": "Not included machine types", "example": ["laptop", "desktop"], "items": {"type": "string", "example": "unknown", "enum": ["unknown", "desktop", "laptop", "server", "kubernetes node", "storage", "kubernetes pod", "ecs task", "kubernetes helper"]}}, "storageTypes": {"type": "array", "maxItems": 5000, "description": "Included storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "storageTypesNin": {"type": "array", "maxItems": 5000, "description": "Excluded storage types", "example": ["NetApp", "Dell", "S3"], "items": {"type": "string"}}, "networkStatuses": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "networkStatusesNin": {"type": "array", "maxItems": 5000, "description": "Included network statuses", "example": ["connected", "connecting"], "items": {"type": "string", "example": "connected", "enum": ["connected", "disconnected", "connecting", "disconnecting"]}}, "domains": {"type": "array", "maxItems": 5000, "description": "Included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "domainsNin": {"type": "array", "maxItems": 5000, "description": "Not included network domains", "example": ["mybusiness.net", "workgroup"], "items": {"type": "string"}}, "encryptedApplications": {"type": "array", "maxItems": 5000, "description": "Disk encryption status", "items": {"type": "boolean"}}, "totalMemory__between": {"type": "string", "description": "Total memory range (GB, inclusive)", "example": "4-8"}, "coreCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "cpuCount__between": {"type": "string", "description": "Possible number of CPU cores (inclusive)", "example": "2-8"}, "userActionsNeeded": {"type": "array", "maxItems": 5000, "description": "Included pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissions": {"type": "array", "maxItems": 5000, "description": "Included missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "userActionsNeededNin": {"type": "array", "maxItems": 5000, "description": "Excluded pending user actions", "example": ["reboot_needed", "upgrade_needed"], "items": {"type": "string", "example": "none", "enum": ["none", "user_action_needed", "reboot_needed", "upgrade_needed", "incompatible_os", "unprotected", "rebootless_without_dynamic_detection", "extended_exclusions_partially_accepted", "reboot_required", "pending_deprecation", "ne_not_running", "ne_cf_not_active", "performance_optimization_awaited", "reboot_category", "missing_permissions_category", "agent_suppressed_category", "incompatible_os_category", "unprotected_category", "partial_functionality", "performance_optimization"]}}, "missingPermissionsNin": {"type": "array", "maxItems": 5000, "description": "Excluded missing permissions", "example": ["user_action_needed_bluetooth_per", "user_action_needed_fda_helper"], "items": {"type": "string", "example": "user_action_needed_fda", "enum": ["user_action_needed_fda", "user_action_needed_rs_fda", "user_action_needed_fda_helper", "user_action_needed_fda_sentineld", "user_action_needed_bluetooth_per", "user_action_needed_network", "user_action_needed_notifications"]}}, "adQuery": {"type": "string", "example": "CN=Managers,DC=sentinelone,DC=com", "description": "An Active Directory query string"}, "hasLocalConfiguration": {"type": "boolean", "description": "Agent has a local configuration set"}, "consoleMigrationStatuses": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status in", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "consoleMigrationStatusesNin": {"type": "array", "maxItems": 5000, "example": ["N/A"], "description": "Migration status nin", "items": {"type": "string", "example": "N/A", "enum": ["N/A", "Pending", "Migrated", "Failed"]}}, "appsVulnerabilityStatuses": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status in", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "appsVulnerabilityStatusesNin": {"type": "array", "maxItems": 5000, "example": ["patch_required"], "description": "Apps vulnerability status nin", "items": {"type": "string", "example": "patch_required", "enum": ["patch_required", "up_to_date", "not_applicable"]}}, "locationIds": {"type": "array", "maxItems": 5000, "description": "Include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "locationIdsNin": {"type": "array", "maxItems": 5000, "description": "Do not include only Agents reporting these locations", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "installerTypes": {"type": "array", "maxItems": 5000, "description": "Include only Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "installerTypesNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents installed with these package types", "example": [".msi"], "items": {"type": "string", "example": ".msi", "enum": [".msi", ".exe", ".deb", ".rpm", ".bsx", ".pkg", ".img", "unknown", ".tar", ".zip", ".gz", ".xz"]}}, "operationalStates": {"type": "array", "maxItems": 5000, "description": "Agent operational state", "items": {"type": "string"}}, "operationalStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent operational states", "items": {"type": "string"}}, "remoteProfilingStates": {"type": "array", "maxItems": 5000, "description": "Agent remote profiling state", "items": {"type": "string"}}, "remoteProfilingStatesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Agent remote profiling states", "items": {"type": "string"}}, "rangerStatuses": {"type": "array", "maxItems": 5000, "description": "Status of Network Discovery", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatusesNin": {"type": "array", "maxItems": 5000, "description": "Do not include these Network Scanner Statuses", "example": ["NotApplicable"], "items": {"type": "string", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}}, "rangerStatus": {"type": "string", "description": "[DEPRECATED] Use rangerStatuses.", "example": "NotApplicable", "enum": ["NotApplicable", "Enabled", "Disabled"]}, "threatRebootRequired": {"type": "array", "maxItems": 5000, "description": "Has at least one threat with at least one mitigation action pending reboot to succeed", "items": {"type": "boolean"}}, "networkQuarantineEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Network Quarantine Control and its enabled for the agent's group", "items": {"type": "boolean"}}, "firewallEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Firewall Control and it is enabled for the agent's group", "items": {"type": "boolean"}}, "locationEnabled": {"type": "array", "maxItems": 5000, "description": "The agents supports Location Awareness and it is enabled for the agent's group", "items": {"type": "boolean"}}, "cloudProvider": {"type": "array", "maxItems": 5000, "description": "Agents from which cloud provider", "items": {"type": "string"}}, "cloudProviderNin": {"type": "array", "maxItems": 5000, "description": "Exclude Agents from these cloud provider", "items": {"type": "string"}}, "tagsData": {"type": "string", "description": "Filter agents by their assigned tags. Given in form of a JSON where each key represents a tag key, and each value represents a list of string values to filter by. To filter by unassigned tag values, use __nin suffix in the tag key.", "example": "{\"key1\": [\"value1_1\", \"value1_2\"], \"key2__nin\": [\"value2\"]}"}, "hasTags": {"type": "boolean", "description": "Include only Agents that have any tags assigned if True, or none if False"}, "isAdConnector": {"type": "array", "maxItems": 5000, "description": "The agents that are ADConnectors if True, or not if False", "items": {"type": "boolean"}}, "isHyperAutomate": {"type": "array", "maxItems": 5000, "description": "The agents has Hyper Automate PNA enabled if True, or not if False", "items": {"type": "boolean"}}, "activeProtection": {"type": "array", "maxItems": 5000, "description": "Included agent active protections", "example": ["edr", "idr"], "items": {"type": "string", "example": "edr", "enum": ["edr", "idr"]}}, "externalIp__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by visible IP (supports multiple values)", "example": ["205", "127.0"], "items": {"type": "string", "minLength": 2}}, "computerName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by computer name (supports multiple values)", "example": ["john-office", "WIN"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceInet__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by local IP (supports multiple values)", "example": ["192", "10.0.0"], "items": {"type": "string", "minLength": 2}}, "networkInterfacePhysical__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "networkInterfaceGatewayMacAddress__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Gateway MAC address (supports multiple values)", "example": ["aa:0f", ":41:"], "items": {"type": "string", "minLength": 2}}, "lastLoggedInUserName__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by username (supports multiple values)", "example": ["admin", "johnd1"], "items": {"type": "string", "minLength": 2}}, "osVersion__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by OS full name and version (supports multiple values)", "example": ["Service Pack 1"], "items": {"type": "string", "minLength": 2}}, "adQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory username string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory user groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adUserQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "John"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerName__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer name string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerMember__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone"], "description": "Free-text filter by Active Directory computer groups string (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "adComputerQuery__contains": {"type": "array", "maxItems": 10, "example": ["DC=sentinelone", "Windows"], "description": "Free-text filter by Active Directory computer name or its groups (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "uuid__contains": {"type": "array", "maxItems": 10, "description": "Free-text filter by Agent UUID (supports multiple values)", "example": ["e92-01928", "b055"], "items": {"type": "string", "minLength": 2}}, "externalId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by external ID (Customer ID)", "example": ["Tag#1 - monitoring", "Performance machine"], "items": {"type": "string", "minLength": 2}}, "awsRole__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws role(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSecurityGroups__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws securityGroups(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "awsSubnetIds__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by aws subnet ids (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentNamespace__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent namespace (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "agentPodName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by agent pod name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "azureResourceGroup__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by azure resource group(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudImage__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud image (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance id(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudInstanceSize__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud instance size(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudLocation__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud location (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudNetwork__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud network (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cloudTags__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cloud tags (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "clusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by cluster name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "gcpServiceAccount__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by gcp service account (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeLabels__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node labels (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sNodeName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s node name (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s type(supports multiple values)", "items": {"type": "string", "minLength": 2}}, "k8sVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by K8s version (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "liveUpdateId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by live update ID (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "serialNumber__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by Serial Number (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "cpuId__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by CPU name (supports multiple values)", "example": ["Intel", "AMD"], "items": {"type": "string", "minLength": 2}}, "ecsType__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS type", "items": {"type": "string", "minLength": 2}}, "ecsVersion__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS version", "items": {"type": "string", "minLength": 2}}, "ecsClusterName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS cluster name", "items": {"type": "string", "minLength": 2}}, "ecsTaskArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskAvailabilityZone__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task availability zone", "items": {"type": "string", "minLength": 2}}, "ecsServiceName__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service name", "items": {"type": "string", "minLength": 2}}, "ecsServiceArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS service arn", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionFamily__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition family", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionRevision__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition revision", "items": {"type": "string", "minLength": 2}}, "ecsTaskDefinitionArn__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by ECS task definition arn", "items": {"type": "string", "minLength": 2}}, "isDecommissioned": {"type": "array", "maxItems": 5000, "description": "Include active, decommissioned or both", "example": [true, false], "items": {"type": "boolean"}}, "isUninstalled": {"type": "array", "maxItems": 5000, "description": "Include installed, uninstalled or both", "example": [true, false], "items": {"type": "boolean"}}, "computerNameOrUuid__contains": {"type": "array", "maxItems": 255, "description": "Free-text filter by computer name or uuid (supports multiple values)", "items": {"type": "string", "minLength": 2}}, "ids": {"type": "array", "maxItems": 5000, "description": "Included Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "idsNin": {"type": "array", "maxItems": 5000, "description": "Excluded Agent IDs", "example": ["225494730938493804", "225494730938493915"], "items": {"type": "string", "x-minimum": "100000000000000000", "example": "225494730938493804"}}, "filterId": {"type": "string", "x-minimum": "100000000000000000", "description": "Include all Agents matching this saved filter", "example": "225494730938493804"}, "decommissionedAt__gte": {"type": "string", "format": null, "description": "Agents decommissioned after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lt": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__lte": {"type": "string", "format": null, "description": "Agents decommissioned before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__gt": {"type": "string", "format": null, "description": "Agents decommissioned after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "decommissionedAt__between": {"type": "string", "description": "Date range for decommission time (format: -, inclusive)", "example": "1514978890136-1514978650130"}, "createdAt__lt": {"type": "string", "format": null, "description": "Agents created before this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__lte": {"type": "string", "format": null, "description": "Agents created before or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gt": {"type": "string", "format": null, "description": "Agents created after this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__gte": {"type": "string", "format": null, "description": "Agents created after or at this timestamp", "example": "2018-02-27T04:49:26.257525Z", "pattern": null}, "createdAt__between": {"type": "string", "description": "Date range for creation time (format: -